#564C42

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

Shades of Rock #564C42

Tints of Rock #564C42

Color information

#564C42 (or 0x564C42) is unknown color: approx Rock. HEX triplet: 56, 4C and 42. RGB value is (86,76,66). Sum of RGB (Red+Green+Blue) = 86+76+66=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C42 is #A9B3BD. Grayscale: #4D4D4D. Windows color (decimal): -11121598 or 4344918. OLE color: 4344918.

HSL color Cylindrical-coordinate representation of color #564C42: hue angle of 30º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564C42 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB867666-
CMYK00.120.230.66
HSL30º13.16%29.8%-
HSV(B)30º23.26%33.73%-
XYZ7.417.546.22-
YUV77.85121.31133.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=37.72%
G=33.33%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86766600.120.230.663013.1629.8
Hex564C420C17421ed1e
Octal12611410201427102361536
Binary1010110100110010000100110010111100001011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,76,66); }

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

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

 a { background-color: rgb(86,76,66); }

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

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

 span { border-color: rgb(86,76,66); }

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