Html Css Color HEX #564249 Tawny Port

📋 copy color: '#564249'

red 86 ◦ green 66 ◦ blue 73

#564249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #564249

Tints of Tawny Port #564249

RGB

 RED value IS 86 (33.98% from 255) = 38.22%

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 38.22%
G = 29.33%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#564249 (or 0x564249) is known color: Tawny Port. HEX triplet: 56, 42 and 49. RGB value is (86,66,73). Sum of RGB (Red+Green+Blue) = 86+66+73=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564249 is #A9BDB6. Grayscale: #484848. Windows color (decimal): -11124151 or 4801110. OLE color: 4801110.

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

Color convert

RGB 86 66 73 -
CMYK 0 0.23 0.15 0.66
HSL 339º 0.13% 0.3% -
HSV(B) 339º 0.23% 0.34% -
XYZ 6.99 6.36 7.16 -
YUV 72.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 86 66 73 0 0.23 0.15 0.66 339 0.13 0.3
Hex 56 42 49 0 17 F 42 153 D 1E
Octal 126 102 111 0 27 17 102 523 15 36
Binary 1010110 1000010 1001001 0 10111 1111 1000010 101010011 1101 11110

Color Harmonies of #564249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564249

Black with #564249

Text Example


Text Example

White with #564249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564249; }

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

 H1.HeaderClassName
 {
   color: #564249;
 }
 .AnyTagClassName
 {
   color: #564249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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