#601907

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

Shades of Red Oxide #601907

Tints of Red Oxide #601907

Color information

#601907 (or 0x601907) is unknown color: approx Red Oxide. HEX triplet: 60, 19 and 07. RGB value is (96,25,7). Sum of RGB (Red+Green+Blue) = 96+25+7=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #601907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601907 is #9FE6F8. Grayscale: #2C2C2C. Windows color (decimal): -10479353 or 465248. OLE color: 465248.

HSL color Cylindrical-coordinate representation of color #601907: hue angle of 12.13º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #601907 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96257-
CMYK00.740.930.62
HSL12.13º86.41%20.2%-
HSV(B)12.13º92.71%37.65%-
XYZ5.213.20.54-
YUV44.18107.02164.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=75%
G=19.53%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9625700.740.930.6212.1386.4120.2
Hex6019704A5D3Ec5614
Octal1403170112135761412624
Binary1100000110011110100101010111011111101100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601907; }

 p { color: rgb(96,25,7); }

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

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

 a { background-color: rgb(96,25,7); }

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

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

 span { border-color: rgb(96,25,7); }

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