#601709

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

Shades of Red Oxide #601709

Tints of Red Oxide #601709

Color information

#601709 (or 0x601709) is unknown color: approx Red Oxide. HEX triplet: 60, 17 and 09. RGB value is (96,23,9). Sum of RGB (Red+Green+Blue) = 96+23+9=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #601709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601709 is #9FE8F6. Grayscale: #2B2B2B. Windows color (decimal): -10479863 or 595808. OLE color: 595808.

HSL color Cylindrical-coordinate representation of color #601709: hue angle of 9.66º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #601709 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96239-
CMYK00.760.910.62
HSL9.66º82.86%20.59%-
HSV(B)9.66º90.62%37.65%-
XYZ5.183.120.59-
YUV43.23108.68165.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=75%
G=17.97%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623900.760.910.629.6682.8620.59
Hex6017904C5B3Ea5315
Octal14027110114133761212325
Binary11000001011110010100110010110111111101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601709; }

 p { color: rgb(96,23,9); }

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

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

 a { background-color: rgb(96,23,9); }

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

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

 span { border-color: rgb(96,23,9); }

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