Html Css Color HEX #561606 Red Oxide

📋 copy color: '#561606'

red 86 ◦ green 22 ◦ blue 6

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

Shades of Red Oxide #561606

Tints of Red Oxide #561606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 75.44%
G = 19.3%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#561606 (or 0x561606) is known color: Red Oxide. HEX triplet: 56, 16 and 06. RGB value is (86,22,6). Sum of RGB (Red+Green+Blue) = 86+22+6=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #561606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561606 is #A9E9F9. Grayscale: #272727. Windows color (decimal): -11135482 or 398934. OLE color: 398934.

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

Color convert

RGB 86 22 6 -
CMYK 0 0.74 0.93 0.66
HSL 12º 0.87% 0.18% -
HSV(B) 12º 0.93% 0.34% -
XYZ 4.16 2.57 0.45 -
YUV 39.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 86 22 6 0 0.74 0.93 0.66 12 0.87 0.18
Hex 56 16 6 0 4A 5D 42 C 57 12
Octal 126 26 6 0 112 135 102 14 127 22
Binary 1010110 10110 110 0 1001010 1011101 1000010 1100 1010111 10010

Color Harmonies of #561606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561606

Black with #561606

Text Example


Text Example

White with #561606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561606; }

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

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

background-color css

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

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

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

border-color css

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

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

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