#560906

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

Shades of Red Oxide #560906

Tints of Red Oxide #560906

Color information

#560906 (or 0x560906) is unknown color: approx Red Oxide. HEX triplet: 56, 09 and 06. RGB value is (86,9,6). Sum of RGB (Red+Green+Blue) = 86+9+6=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #560906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560906 is #A9F6F9. Grayscale: #1F1F1F. Windows color (decimal): -11138810 or 395606. OLE color: 395606.

HSL color Cylindrical-coordinate representation of color #560906: hue angle of 2.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560906 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB8696-
CMYK00.900.930.66
HSL2.25º86.96%18.04%-
HSV(B)2.25º93.02%33.73%-
XYZ3.972.190.39-
YUV31.68113.51166.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 85.15%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=85.15%
G=8.91%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal869600.900.930.662.2586.9618.04
Hex569605A5D4225712
Octal1261160132135102212722
Binary10101101001110010110101011101100001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560906; }

 p { color: rgb(86,9,6); }

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

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

 a { background-color: rgb(86,9,6); }

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

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

 span { border-color: rgb(86,9,6); }

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