#564A40

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

Shades of Rock #564A40

Tints of Rock #564A40

Color information

#564A40 (or 0x564A40) is unknown color: approx Rock. HEX triplet: 56, 4A and 40. RGB value is (86,74,64). Sum of RGB (Red+Green+Blue) = 86+74+64=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A40 is #A9B5BF. Grayscale: #4C4C4C. Windows color (decimal): -11122112 or 4213334. OLE color: 4213334.

HSL color Cylindrical-coordinate representation of color #564A40: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564A40 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB867464-
CMYK00.140.260.66
HSL27.27º14.67%29.41%-
HSV(B)27.27º25.58%33.73%-
XYZ7.217.255.87-
YUV76.45120.98134.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=38.39%
G=33.04%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86746400.140.260.6627.2714.6729.41
Hex564A400E1A421bf1d
Octal12611210001632102331735
Binary1010110100101010000000111011010100001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A40; }

 p { color: rgb(86,74,64); }

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

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

 a { background-color: rgb(86,74,64); }

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

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

 span { border-color: rgb(86,74,64); }

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