#601F16

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

Shades of Red Oxide #601F16

Tints of Red Oxide #601F16

Color information

#601F16 (or 0x601F16) is unknown color: approx Red Oxide. HEX triplet: 60, 1F and 16. RGB value is (96,31,22). Sum of RGB (Red+Green+Blue) = 96+31+22=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F16 is #9FE0E9. Grayscale: #313131. Windows color (decimal): -10477802 or 1449824. OLE color: 1449824.

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

Color convert

RGB963122-
CMYK00.680.770.62
HSL7.3º62.71%23.14%-
HSV(B)7.3º77.08%37.65%-
XYZ5.463.521.15-
YUV49.41112.53161.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=64.43%
G=20.81%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96312200.680.770.627.362.7123.14
Hex601F160444D3E73f17
Octal140372601041157677727
Binary1100000111111011001000100100110111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,22); }

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

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

 a { background-color: rgb(96,31,22); }

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

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

 span { border-color: rgb(96,31,22); }

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