#662118

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

Shades of Red Oxide #662118

Tints of Red Oxide #662118

Color information

#662118 (or 0x662118) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 18. RGB value is (102,33,24). Sum of RGB (Red+Green+Blue) = 102+33+24=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #662118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662118 is #99DEE7. Grayscale: #343434. Windows color (decimal): -10084072 or 1581414. OLE color: 1581414.

HSL color Cylindrical-coordinate representation of color #662118: hue angle of 6.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662118 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1023324-
CMYK00.680.760.6
HSL6.92º61.9%24.71%-
HSV(B)6.92º76.47%40%-
XYZ6.193.981.31-
YUV52.6111.86163.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=64.15%
G=20.75%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102332400.680.760.66.9261.924.71
Hex6621180444C3C73e19
Octal146413001041147477631
Binary11001101000011100001000100100110011110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662118; }

 p { color: rgb(102,33,24); }

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

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

 a { background-color: rgb(102,33,24); }

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

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

 span { border-color: rgb(102,33,24); }

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