#564243

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

Shades of Emperor #564243

Tints of Emperor #564243

Color information

#564243 (or 0x564243) is unknown color: approx Emperor. HEX triplet: 56, 42 and 43. RGB value is (86,66,67). Sum of RGB (Red+Green+Blue) = 86+66+67=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #564243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564243 is #A9BDBC. Grayscale: #484848. Windows color (decimal): -11124157 or 4407894. OLE color: 4407894.

HSL color Cylindrical-coordinate representation of color #564243: hue angle of 357º 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 #564243 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB866667-
CMYK00.230.220.66
HSL357º13.16%29.8%-
HSV(B)357º23.26%33.73%-
XYZ6.86.286.16-
YUV72.09125.13137.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=39.27%
G=30.14%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86666700.230.220.6635713.1629.8
Hex5642430171642165d1e
Octal126102103027261025451536
Binary101011010000101000011010111101101000010101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564243; }

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

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

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

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

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

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

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

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