#601A14

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

Shades of Red Oxide #601A14

Tints of Red Oxide #601A14

Color information

#601A14 (or 0x601A14) is unknown color: approx Red Oxide. HEX triplet: 60, 1A and 14. RGB value is (96,26,20). Sum of RGB (Red+Green+Blue) = 96+26+20=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A14 is #9FE5EB. Grayscale: #2E2E2E. Windows color (decimal): -10479084 or 1317472. OLE color: 1317472.

HSL color Cylindrical-coordinate representation of color #601A14: hue angle of 4.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601A14 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB962620-
CMYK00.730.790.62
HSL4.74º65.52%22.75%-
HSV(B)4.74º79.17%37.65%-
XYZ5.323.281.01-
YUV46.25113.19163.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=67.61%
G=18.31%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96262000.730.790.624.7465.5222.75
Hex601A140494F3E54217
Octal1403224011111776510227
Binary11000001101010100010010011001111111110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,20); }

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

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

 a { background-color: rgb(96,26,20); }

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

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

 span { border-color: rgb(96,26,20); }

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