#661111

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

Shades of Red Oxide #661111

Tints of Red Oxide #661111

Color information

#661111 (or 0x661111) is unknown color: approx Red Oxide. HEX triplet: 66, 11 and 11. RGB value is (102,17,17). Sum of RGB (Red+Green+Blue) = 102+17+17=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #661111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661111 is #99EEEE. Grayscale: #2A2A2A. Windows color (decimal): -10088175 or 1118566. OLE color: 1118566.

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

Color convert

RGB1021717-
CMYK00.830.830.6
HSL71.43%23.33%-
HSV(B)83.33%40%-
XYZ5.783.270.86-
YUV42.42113.66170.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=75%
G=12.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102171700.830.830.6071.4323.33
Hex661111053533C04717
Octal1462121012312374010727
Binary110011010001100010101001110100111111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661111; }

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

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

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

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

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

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

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

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