Html Css Color HEX #560605 Red Oxide

📋 copy color: '#560605'

red 86 ◦ green 6 ◦ blue 5

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

Shades of Red Oxide #560605

Tints of Red Oxide #560605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 5 (2.34% from 255) = 5.15%

R = 88.66%
G = 6.19%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#560605 (or 0x560605) is known color: Red Oxide. HEX triplet: 56, 06 and 05. RGB value is (86,6,5). Sum of RGB (Red+Green+Blue) = 86+6+5=97 (12% of max value = 765). Red value is 86 (33.98% from 255 or 88.66% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 86 - color contains mainly: red. Hex color #560605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560605 is #A9F9FA. Grayscale: #1D1D1D. Windows color (decimal): -11139579 or 329302. OLE color: 329302.

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

Color convert

RGB 86 6 5 -
CMYK 0 0.93 0.94 0.66
HSL 0.74º 0.89% 0.18% -
HSV(B) 0.74º 0.94% 0.34% -
XYZ 3.93 2.12 0.35 -
YUV 29.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 86 6 5 0 0.93 0.94 0.66 0.74 0.89 0.18
Hex 56 6 5 0 5D 5E 42 1 59 12
Octal 126 6 5 0 135 136 102 1 131 22
Binary 1010110 110 101 0 1011101 1011110 1000010 1 1011001 10010

Color Harmonies of #560605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560605

Black with #560605

Text Example


Text Example

White with #560605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560605; }

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

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

background-color css

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

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

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

border-color css

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

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

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