#66170F

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

Shades of Red Oxide #66170F

Tints of Red Oxide #66170F

Color information

#66170F (or 0x66170F) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 0F. RGB value is (102,23,15). Sum of RGB (Red+Green+Blue) = 102+23+15=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #66170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170F is #99E8F0. Grayscale: #2D2D2D. Windows color (decimal): -10086641 or 989030. OLE color: 989030.

HSL color Cylindrical-coordinate representation of color #66170F: hue angle of 5.52º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66170F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1022315-
CMYK00.770.850.6
HSL5.52º74.36%22.94%-
HSV(B)5.52º85.29%40%-
XYZ5.873.470.81-
YUV45.71110.67168.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.86%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=72.86%
G=16.43%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102231500.770.850.65.5274.3622.94
Hex6617F04D553C64a17
Octal1462717011512574611227
Binary1100110101111111010011011010101111100110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66170F; }

 p { color: rgb(102,23,15); }

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

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

 a { background-color: rgb(102,23,15); }

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

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

 span { border-color: rgb(102,23,15); }

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