#662012

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

Shades of Red Oxide #662012

Tints of Red Oxide #662012

Color information

#662012 (or 0x662012) is unknown color: approx Red Oxide. HEX triplet: 66, 20 and 12. RGB value is (102,32,18). Sum of RGB (Red+Green+Blue) = 102+32+18=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662012 is #99DFED. Grayscale: #333333. Windows color (decimal): -10084334 or 1187942. OLE color: 1187942.

HSL color Cylindrical-coordinate representation of color #662012: hue angle of 10º 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 #662012 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1023218-
CMYK00.690.820.6
HSL10º70%23.53%-
HSV(B)10º82.35%40%-
XYZ6.113.91-
YUV51.33109.19164.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=67.11%
G=21.05%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102321800.690.820.6107023.53
Hex662012045523Ca4618
Octal14640220105122741210630
Binary1100110100000100100100010110100101111001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662012; }

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

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

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

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

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

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

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

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