#66180E

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

Shades of Red Oxide #66180E

Tints of Red Oxide #66180E

Color information

#66180E (or 0x66180E) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 0E. RGB value is (102,24,14). Sum of RGB (Red+Green+Blue) = 102+24+14=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #66180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66180E is #99E7F1. Grayscale: #2E2E2E. Windows color (decimal): -10086386 or 923750. OLE color: 923750.

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

Color convert

RGB1022414-
CMYK00.760.860.6
HSL6.82º75.86%22.75%-
HSV(B)6.82º86.27%40%-
XYZ5.893.510.78-
YUV46.18109.84167.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.86%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 14 (5.86% from 255) = 10%
R=72.86%
G=17.14%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102241400.760.860.66.8275.8622.75
Hex6618E04C563C74c17
Octal1463016011412674711427
Binary1100110110001110010011001010110111100111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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