Html Css Color HEX #560806 Red Oxide

📋 copy color: '#560806'

red 86 ◦ green 8 ◦ blue 6

#560806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #560806

Tints of Red Oxide #560806

RGB

 RED value IS 86 (33.98% from 255) = 86%

 GREEN value IS 8 (3.52% from 255) = 8%

 BLUE value IS 6 (2.73% from 255) = 6%

R = 86%
G = 8%
B = 6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#560806 (or 0x560806) is known color: Red Oxide. HEX triplet: 56, 08 and 06. RGB value is (86,8,6). Sum of RGB (Red+Green+Blue) = 86+8+6=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560806 is #A9F7F9. Grayscale: #1F1F1F. Windows color (decimal): -11139066 or 395350. OLE color: 395350.

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

Color convert

RGB 86 8 6 -
CMYK 0 0.91 0.93 0.66
HSL 1.5º 0.87% 0.18% -
HSV(B) 1.5º 0.93% 0.34% -
XYZ 3.96 2.17 0.38 -
YUV 31.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 86 8 6 0 0.91 0.93 0.66 1.5 0.87 0.18
Hex 56 8 6 0 5B 5D 42 2 57 12
Octal 126 10 6 0 133 135 102 2 127 22
Binary 1010110 1000 110 0 1011011 1011101 1000010 10 1010111 10010

Color Harmonies of #560806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560806

Black with #560806

Text Example


Text Example

White with #560806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560806; }

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

 H1.HeaderClassName
 {
   color: #560806;
 }
 .AnyTagClassName
 {
   color: #560806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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