#601710

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

Shades of Red Oxide #601710

Tints of Red Oxide #601710

Color information

#601710 (or 0x601710) is unknown color: approx Red Oxide. HEX triplet: 60, 17 and 10. RGB value is (96,23,16). Sum of RGB (Red+Green+Blue) = 96+23+16=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601710 is #9FE8EF. Grayscale: #2C2C2C. Windows color (decimal): -10479856 or 1054560. OLE color: 1054560.

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

Color convert

RGB962316-
CMYK00.760.830.62
HSL5.25º71.43%21.96%-
HSV(B)5.25º83.33%37.65%-
XYZ5.223.140.82-
YUV44.03112.18165.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=71.11%
G=17.04%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96231600.760.830.625.2571.4321.96
Hex60171004C533E54716
Octal1402720011412376510726
Binary11000001011110000010011001010011111110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601710; }

 p { color: rgb(96,23,16); }

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

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

 a { background-color: rgb(96,23,16); }

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

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

 span { border-color: rgb(96,23,16); }

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