#601800

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

Shades of Red Oxide #601800

Tints of Red Oxide #601800

Color information

#601800 (or 0x601800) is unknown color: approx Red Oxide. HEX triplet: 60, 18 and 00. RGB value is (96,24,0). Sum of RGB (Red+Green+Blue) = 96+24+0=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601800 is #9FE7FF. Grayscale: #2A2A2A. Windows color (decimal): -10479616 or 6240. OLE color: 6240.

HSL color Cylindrical-coordinate representation of color #601800: hue angle of 15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #601800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96240-
CMYK00.7510.62
HSL15º100%18.82%-
HSV(B)15º100%37.65%-
XYZ5.153.140.33-
YUV42.79103.85165.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9624000.7510.621510018.82
Hex6018004B643Ef6413
Octal1403000113144761714423
Binary11000001100000100101111001001111101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601800; }

 p { color: rgb(96,24,0); }

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

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

 a { background-color: rgb(96,24,0); }

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

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

 span { border-color: rgb(96,24,0); }

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