#66190F

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

Shades of Red Oxide #66190F

Tints of Red Oxide #66190F

Color information

#66190F (or 0x66190F) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 0F. RGB value is (102,25,15). Sum of RGB (Red+Green+Blue) = 102+25+15=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #66190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66190F is #99E6F0. Grayscale: #2E2E2E. Windows color (decimal): -10086129 or 989542. OLE color: 989542.

HSL color Cylindrical-coordinate representation of color #66190F: hue angle of 6.9º 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 #66190F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1022515-
CMYK00.750.850.6
HSL6.9º74.36%22.94%-
HSV(B)6.9º85.29%40%-
XYZ5.913.550.83-
YUV46.88110.01167.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.83%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=71.83%
G=17.61%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102251500.750.850.66.974.3622.94
Hex6619F04B553C74a17
Octal1463117011312574711227
Binary1100110110011111010010111010101111100111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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