#601E12

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

Shades of Red Oxide #601E12

Tints of Red Oxide #601E12

Color information

#601E12 (or 0x601E12) is unknown color: approx Red Oxide. HEX triplet: 60, 1E and 12. RGB value is (96,30,18). Sum of RGB (Red+Green+Blue) = 96+30+18=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E12 is #9FE1ED. Grayscale: #303030. Windows color (decimal): -10478062 or 1187424. OLE color: 1187424.

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

Color convert

RGB963018-
CMYK00.690.810.62
HSL9.23º68.42%22.35%-
HSV(B)9.23º81.25%37.65%-
XYZ5.43.460.96-
YUV48.37110.87161.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=66.67%
G=20.83%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96301800.690.810.629.2368.4222.35
Hex601E12045513E94416
Octal14036220105121761110426
Binary110000011110100100100010110100011111101001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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