#601812

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

Shades of Red Oxide #601812

Tints of Red Oxide #601812

Color information

#601812 (or 0x601812) is unknown color: approx Red Oxide. HEX triplet: 60, 18 and 12. RGB value is (96,24,18). Sum of RGB (Red+Green+Blue) = 96+24+18=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601812 is #9FE7ED. Grayscale: #2C2C2C. Windows color (decimal): -10479598 or 1185888. OLE color: 1185888.

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

Color convert

RGB962418-
CMYK00.750.810.62
HSL4.62º68.42%22.35%-
HSV(B)4.62º81.25%37.65%-
XYZ5.263.180.91-
YUV44.84112.85164.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96241800.750.810.624.6268.4222.35
Hex60181204B513E54416
Octal1403022011312176510426
Binary11000001100010010010010111010001111110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601812; }

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

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

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

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

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

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

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

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