#601E19

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

Shades of Red Oxide #601E19

Tints of Red Oxide #601E19

Color information

#601E19 (or 0x601E19) is unknown color: approx Red Oxide. HEX triplet: 60, 1E and 19. RGB value is (96,30,25). Sum of RGB (Red+Green+Blue) = 96+30+25=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E19 is #9FE1E6. Grayscale: #313131. Windows color (decimal): -10478055 or 1646176. OLE color: 1646176.

HSL color Cylindrical-coordinate representation of color #601E19: hue angle of 4.23º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601E19 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB963025-
CMYK00.690.740.62
HSL4.23º58.68%23.73%-
HSV(B)4.23º73.96%37.65%-
XYZ5.463.491.3-
YUV49.16114.37161.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=63.58%
G=19.87%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96302500.690.740.624.2358.6823.73
Hex601E190454A3E43b18
Octal140363101051127647330
Binary1100000111101100101000101100101011111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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