#66170B

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

Shades of Red Oxide #66170B

Tints of Red Oxide #66170B

Color information

#66170B (or 0x66170B) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 0B. RGB value is (102,23,11). Sum of RGB (Red+Green+Blue) = 102+23+11=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170B is #99E8F4. Grayscale: #2D2D2D. Windows color (decimal): -10086645 or 726886. OLE color: 726886.

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

Color convert

RGB1022311-
CMYK00.770.890.6
HSL7.91º80.53%22.16%-
HSV(B)7.91º89.22%40%-
XYZ5.853.460.68-
YUV45.25108.67168.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=75%
G=16.91%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102231100.770.890.67.9180.5322.16
Hex6617B04D593C85116
Octal14627130115131741012126
Binary11001101011110110100110110110011111001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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