#564641

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

Shades of Saddle #564641

Tints of Saddle #564641

Color information

#564641 (or 0x564641) is unknown color: approx Saddle. HEX triplet: 56, 46 and 41. RGB value is (86,70,65). Sum of RGB (Red+Green+Blue) = 86+70+65=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564641 is #A9B9BE. Grayscale: #4A4A4A. Windows color (decimal): -11123135 or 4277846. OLE color: 4277846.

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

Color convert

RGB867065-
CMYK00.190.240.66
HSL14.29º13.91%29.61%-
HSV(B)14.29º24.42%33.73%-
XYZ6.986.745.93-
YUV74.21122.8136.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=38.91%
G=31.67%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86706500.190.240.6614.2913.9129.61
Hex5646410131842ee1e
Octal12610610102330102161636
Binary1010110100011010000010100111100010000101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564641; }

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

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

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

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

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

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

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

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