#601C14

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

Shades of Red Oxide #601C14

Tints of Red Oxide #601C14

Color information

#601C14 (or 0x601C14) is unknown color: approx Red Oxide. HEX triplet: 60, 1C and 14. RGB value is (96,28,20). Sum of RGB (Red+Green+Blue) = 96+28+20=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C14 is #9FE3EB. Grayscale: #2F2F2F. Windows color (decimal): -10478572 or 1317984. OLE color: 1317984.

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

Color convert

RGB962820-
CMYK00.710.790.62
HSL6.32º65.52%22.75%-
HSV(B)6.32º79.17%37.65%-
XYZ5.373.371.03-
YUV47.42112.53162.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=66.67%
G=19.44%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96282000.710.790.626.3265.5222.75
Hex601C140474F3E64217
Octal1403424010711776610227
Binary11000001110010100010001111001111111110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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