#601D10

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

Shades of Red Oxide #601D10

Tints of Red Oxide #601D10

Color information

#601D10 (or 0x601D10) is unknown color: approx Red Oxide. HEX triplet: 60, 1D and 10. RGB value is (96,29,16). Sum of RGB (Red+Green+Blue) = 96+29+16=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D10 is #9FE2EF. Grayscale: #2F2F2F. Windows color (decimal): -10478320 or 1056096. OLE color: 1056096.

HSL color Cylindrical-coordinate representation of color #601D10: hue angle of 9.75º 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 #601D10 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB962916-
CMYK00.700.830.62
HSL9.75º71.43%21.96%-
HSV(B)9.75º83.33%37.65%-
XYZ5.363.40.86-
YUV47.55110.2162.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 68.09%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=68.09%
G=20.57%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96291600.700.830.629.7571.4321.96
Hex601D10046533Ea4716
Octal14035200106123761210726
Binary110000011101100000100011010100111111101010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D10; }

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

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

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

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

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

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

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

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