#661104

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

Shades of Red Oxide #661104

Tints of Red Oxide #661104

Color information

#661104 (or 0x661104) is unknown color: approx Red Oxide. HEX triplet: 66, 11 and 04. RGB value is (102,17,4). Sum of RGB (Red+Green+Blue) = 102+17+4=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661104 is #99EEFB. Grayscale: #292929. Windows color (decimal): -10088188 or 266598. OLE color: 266598.

HSL color Cylindrical-coordinate representation of color #661104: hue angle of 7.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661104 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102174-
CMYK00.830.960.6
HSL7.96º92.45%20.78%-
HSV(B)7.96º96.08%40%-
XYZ5.73.230.44-
YUV40.93107.16171.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 4 (1.95% from 255) = 3.25%
R=82.93%
G=13.82%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10217400.830.960.67.9692.4520.78
Hex66114053603C85c15
Octal1462140123140741013425
Binary1100110100011000101001111000001111001000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661104; }

 p { color: rgb(102,17,4); }

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

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

 a { background-color: rgb(102,17,4); }

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

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

 span { border-color: rgb(102,17,4); }

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