#66140C

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

Shades of Red Oxide #66140C

Tints of Red Oxide #66140C

Color information

#66140C (or 0x66140C) is unknown color: approx Red Oxide. HEX triplet: 66, 14 and 0C. RGB value is (102,20,12). Sum of RGB (Red+Green+Blue) = 102+20+12=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66140C is #99EBF3. Grayscale: #2B2B2B. Windows color (decimal): -10087412 or 791654. OLE color: 791654.

HSL color Cylindrical-coordinate representation of color #66140C: hue angle of 5.33º 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 #66140C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1022012-
CMYK00.800.880.6
HSL5.33º78.95%22.35%-
HSV(B)5.33º88.24%40%-
XYZ5.83.350.69-
YUV43.61110.17169.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=76.12%
G=14.93%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102201200.800.880.65.3378.9522.35
Hex6614C050583C54f16
Octal1462414012013074511726
Binary1100110101001100010100001011000111100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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