Html Css Color HEX #560906 Red Oxide

📋 copy color: '#560906'

red 86 ◦ green 9 ◦ blue 6

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

Shades of Red Oxide #560906

Tints of Red Oxide #560906

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 value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#560906 (or 0x560906) is known color: 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

RGB 86 9 6 -
CMYK 0 0.90 0.93 0.66
HSL 2.25º 0.87% 0.18% -
HSV(B) 2.25º 0.93% 0.34% -
XYZ 3.97 2.19 0.39 -
YUV 31.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 86 9 6 0 0.90 0.93 0.66 2.25 0.87 0.18
Hex 56 9 6 0 5A 5D 42 2 57 12
Octal 126 11 6 0 132 135 102 2 127 22
Binary 1010110 1001 110 0 1011010 1011101 1000010 10 1010111 10010

Color Harmonies of #560906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560906

Black with #560906

Text Example


Text Example

White with #560906

Text Example


Text Example

HTML Codes & Css Web 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>