#564B40

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

Shades of Rock #564B40

Tints of Rock #564B40

Color information

#564B40 (or 0x564B40) is unknown color: approx Rock. HEX triplet: 56, 4B and 40. RGB value is (86,75,64). Sum of RGB (Red+Green+Blue) = 86+75+64=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B40 is #A9B4BF. Grayscale: #4D4D4D. Windows color (decimal): -11121856 or 4213590. OLE color: 4213590.

HSL color Cylindrical-coordinate representation of color #564B40: hue angle of 30º 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 #564B40 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB867564-
CMYK00.130.260.66
HSL30º14.67%29.41%-
HSV(B)30º25.58%33.73%-
XYZ7.287.385.89-
YUV77.04120.64134.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=38.22%
G=33.33%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86756400.130.260.663014.6729.41
Hex564B400D1A421ef1d
Octal12611310001532102361735
Binary1010110100101110000000110111010100001011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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