#560F06

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

Shades of Red Oxide #560F06

Tints of Red Oxide #560F06

Color information

#560F06 (or 0x560F06) is unknown color: approx Red Oxide. HEX triplet: 56, 0F and 06. RGB value is (86,15,6). Sum of RGB (Red+Green+Blue) = 86+15+6=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F06 is #A9F0F9. Grayscale: #232323. Windows color (decimal): -11137274 or 397142. OLE color: 397142.

HSL color Cylindrical-coordinate representation of color #560F06: hue angle of 6.75º 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 #560F06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86156-
CMYK00.830.930.66
HSL6.75º86.96%18.04%-
HSV(B)6.75º93.02%33.73%-
XYZ4.042.330.41-
YUV35.2111.52164.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 80.37%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=80.37%
G=14.02%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8615600.830.930.666.7586.9618.04
Hex56F60535D4275712
Octal1261760123135102712722
Binary101011011111100101001110111011000010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560F06; }

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

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

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

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

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

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

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

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