Html Css Color HEX #564106 Madras

📋 copy color: '#564106'

red 86 ◦ green 65 ◦ blue 6

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

Shades of Madras #564106

Tints of Madras #564106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 54.78%
G = 41.4%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 86 65 6 -
CMYK 0 0.24 0.93 0.66
HSL 44.25º 0.87% 0.18% -
HSV(B) 44.25º 0.93% 0.34% -
XYZ 5.76 5.77 0.98 -
YUV 64.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 86 65 6 0 0.24 0.93 0.66 44.25 0.87 0.18
Hex 56 41 6 0 18 5D 42 2C 57 12
Octal 126 101 6 0 30 135 102 54 127 22
Binary 1010110 1000001 110 0 11000 1011101 1000010 101100 1010111 10010

Color Harmonies of #564106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564106

Black with #564106

Text Example


Text Example

White with #564106

Text Example


Text Example

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