#564106

Color #564106 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #564106

Tints of Madras #564106

Color information

#564106 (or 0x564106) is unknown color: approx Madras. HEX triplet: 56, 41 and 06. RGB value is (86,65,6). Sum of RGB (Red+Green+Blue) = 86+65+6=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564106 is #A9BEF9. Grayscale: #404040. Windows color (decimal): -11124474 or 409942. OLE color: 409942.

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

Color convert

RGB86656-
CMYK00.240.930.66
HSL44.25º86.96%18.04%-
HSV(B)44.25º93.02%33.73%-
XYZ5.765.770.98-
YUV64.5594.96143.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=54.78%
G=41.40%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665600.240.930.6644.2586.9618.04
Hex564160185D422c5712
Octal12610160301351025412722
Binary1010110100000111001100010111011000010101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564106; }

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

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

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

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

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

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

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

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