#661917

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

Shades of Red Oxide #661917

Tints of Red Oxide #661917

Color information

#661917 (or 0x661917) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 17. RGB value is (102,25,23). Sum of RGB (Red+Green+Blue) = 102+25+23=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661917 is #99E6E8. Grayscale: #2F2F2F. Windows color (decimal): -10086121 or 1513830. OLE color: 1513830.

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

Color convert

RGB1022523-
CMYK00.750.770.6
HSL1.52º63.2%24.51%-
HSV(B)1.52º77.45%40%-
XYZ5.983.581.19-
YUV47.79114.01166.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=68%
G=16.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102252300.750.770.61.5263.224.51
Hex66191704B4D3C23f19
Octal146312701131157427731
Binary110011011001101110100101110011011111001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661917; }

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

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

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

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

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

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

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

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