Html Css Color HEX #662112 Red Oxide

📋 copy color: '#662112'

red 102 ◦ green 33 ◦ blue 18

#662112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #662112

Tints of Red Oxide #662112

RGB

 RED value IS 102 (40.23% from 255) = 66.67%

 GREEN value IS 33 (13.28% from 255) = 21.57%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 66.67%
G = 21.57%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#662112 (or 0x662112) is known color: Red Oxide. HEX triplet: 66, 21 and 12. RGB value is (102,33,18). Sum of RGB (Red+Green+Blue) = 102+33+18=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #662112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662112 is #99DEED. Grayscale: #343434. Windows color (decimal): -10084078 or 1188198. OLE color: 1188198.

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

Color convert

RGB 102 33 18 -
CMYK 0 0.68 0.82 0.6
HSL 10.71º 0.7% 0.24% -
HSV(B) 10.71º 0.82% 0.4% -
XYZ 6.13 3.96 1.01 -
YUV 51.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 102 33 18 0 0.68 0.82 0.6 10.71 0.7 0.24
Hex 66 21 12 0 44 52 3C B 46 18
Octal 146 41 22 0 104 122 74 13 106 30
Binary 1100110 100001 10010 0 1000100 1010010 111100 1011 1000110 11000

Color Harmonies of #662112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662112

Black with #662112

Text Example


Text Example

White with #662112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662112; }

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

 H1.HeaderClassName
 {
   color: #662112;
 }
 .AnyTagClassName
 {
   color: #662112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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