#601006

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

Shades of Red Oxide #601006

Tints of Red Oxide #601006

Color information

#601006 (or 0x601006) is unknown color: approx Red Oxide. HEX triplet: 60, 10 and 06. RGB value is (96,16,6). Sum of RGB (Red+Green+Blue) = 96+16+6=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #601006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601006 is #9FEFF9. Grayscale: #262626. Windows color (decimal): -10481658 or 397408. OLE color: 397408.

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

Color convert

RGB96166-
CMYK00.830.940.62
HSL6.67º88.24%20%-
HSV(B)6.67º93.75%37.65%-
XYZ5.042.870.46-
YUV38.78109.5168.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 81.36%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=81.36%
G=13.56%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9616600.830.940.626.6788.2420
Hex601060535E3E75814
Octal140206012313676713024
Binary110000010000110010100111011110111110111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601006; }

 p { color: rgb(96,16,6); }

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

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

 a { background-color: rgb(96,16,6); }

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

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

 span { border-color: rgb(96,16,6); }

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