#601506

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

Shades of Red Oxide #601506

Tints of Red Oxide #601506

Color information

#601506 (or 0x601506) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 06. RGB value is (96,21,6). Sum of RGB (Red+Green+Blue) = 96+21+6=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601506 is #9FEAF9. Grayscale: #292929. Windows color (decimal): -10480378 or 398688. OLE color: 398688.

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

Color convert

RGB96216-
CMYK00.780.940.62
HSL10º88.24%20%-
HSV(B)10º93.75%37.65%-
XYZ5.123.040.49-
YUV41.72107.85166.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=78.05%
G=17.07%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621600.780.940.621088.2420
Hex6015604E5E3Ea5814
Octal1402560116136761213024
Binary1100000101011100100111010111101111101010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601506; }

 p { color: rgb(96,21,6); }

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

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

 a { background-color: rgb(96,21,6); }

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

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

 span { border-color: rgb(96,21,6); }

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