#564647

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

Shades of Emperor #564647

Tints of Emperor #564647

Color information

#564647 (or 0x564647) is unknown color: approx Emperor. HEX triplet: 56, 46 and 47. RGB value is (86,70,71). Sum of RGB (Red+Green+Blue) = 86+70+71=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564647 is #A9B9B8. Grayscale: #4A4A4A. Windows color (decimal): -11123129 or 4671062. OLE color: 4671062.

HSL color Cylindrical-coordinate representation of color #564647: hue angle of 356.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #564647 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB867071-
CMYK00.190.170.66
HSL356.25º10.26%30.59%-
HSV(B)356.25º18.6%33.73%-
XYZ7.176.816.9-
YUV74.9125.8135.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=37.89%
G=30.84%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86707100.190.170.66356.2510.2630.59
Hex5646470131142164a1f
Octal126106107023211025441237
Binary101011010001101000111010011100011000010101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564647; }

 p { color: rgb(86,70,71); }

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

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

 a { background-color: rgb(86,70,71); }

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

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

 span { border-color: rgb(86,70,71); }

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