#66180C

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

Shades of Red Oxide #66180C

Tints of Red Oxide #66180C

Color information

#66180C (or 0x66180C) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 0C. RGB value is (102,24,12). Sum of RGB (Red+Green+Blue) = 102+24+12=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #66180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66180C is #99E7F3. Grayscale: #2E2E2E. Windows color (decimal): -10086388 or 792678. OLE color: 792678.

HSL color Cylindrical-coordinate representation of color #66180C: hue angle of 8º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66180C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1022412-
CMYK00.760.880.6
HSL78.95%22.35%-
HSV(B)88.24%40%-
XYZ5.873.50.71-
YUV45.95108.84167.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=73.91%
G=17.39%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102241200.760.880.6878.9522.35
Hex6618C04C583C84f16
Octal14630140114130741011726
Binary11001101100011000100110010110001111001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66180C; }

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

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

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

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

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

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

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

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