#661911

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

Shades of Red Oxide #661911

Tints of Red Oxide #661911

Color information

#661911 (or 0x661911) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 11. RGB value is (102,25,17). Sum of RGB (Red+Green+Blue) = 102+25+17=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661911 is #99E6EE. Grayscale: #2F2F2F. Windows color (decimal): -10086127 or 1120614. OLE color: 1120614.

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

Color convert

RGB1022517-
CMYK00.750.830.6
HSL5.65º71.43%23.33%-
HSV(B)5.65º83.33%40%-
XYZ5.933.560.91-
YUV47.11111.01167.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=70.83%
G=17.36%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102251700.750.830.65.6571.4323.33
Hex66191104B533C64717
Octal1463121011312374610727
Binary11001101100110001010010111010011111100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661911; }

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

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

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

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

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

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

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

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