#651C17

Color #651C17 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #651C17

Tints of Red Oxide #651C17

Color information

#651C17 (or 0x651C17) is unknown color: approx Red Oxide. HEX triplet: 65, 1C and 17. RGB value is (101,28,23). Sum of RGB (Red+Green+Blue) = 101+28+23=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C17 is #9AE3E8. Grayscale: #313131. Windows color (decimal): -10150889 or 1514597. OLE color: 1514597.

HSL color Cylindrical-coordinate representation of color #651C17: hue angle of 3.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651C17 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1012823-
CMYK00.720.770.60
HSL3.85º62.9%24.31%-
HSV(B)3.85º77.23%39.61%-
XYZ5.943.661.2-
YUV49.26113.18164.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 66.45%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=66.45%
G=18.42%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101282300.720.770.603.8562.924.31
Hex651C170484D3C43f18
Octal145342701101157447730
Binary1100101111001011101001000100110111110010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C17; }

 p { color: rgb(101,28,23); }

 H1.HeaderClassName
 {
   color: #651C17;
 }
 .AnyTagClassName
 {
   color: #651C17;
 }
</style>
background-color css

<style>
 a { background-color: #651C17; }

 a { background-color: rgb(101,28,23); }

 div.DivClassName
 {
   background-color: #651C17;
 }
 .BgClassName
 {
   background-color: #651C17;
 }
</style>
border-color css

<style>
 span { border-color: #651C17; }

 span { border-color: rgb(101,28,23); }

 td.TdClassName
 {
   border-color: #651C17;
 }
 .TagClassName
 {
   border-color: #651C17;
 }
</style>