Html Css Color HEX #564047 Tawny Port

📋 copy color: '#564047'

red 86 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #564047

Tints of Tawny Port #564047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 38.91%
G = 28.96%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#564047 (or 0x564047) is known color: Tawny Port. HEX triplet: 56, 40 and 47. RGB value is (86,64,71). Sum of RGB (Red+Green+Blue) = 86+64+71=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564047 is #A9BFB8. Grayscale: #474747. Windows color (decimal): -11124665 or 4669526. OLE color: 4669526.

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

Color convert

RGB 86 64 71 -
CMYK 0 0.26 0.17 0.66
HSL 340.91º 0.15% 0.29% -
HSV(B) 340.91º 0.26% 0.34% -
XYZ 6.81 6.1 6.78 -
YUV 71.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 86 64 71 0 0.26 0.17 0.66 340.91 0.15 0.29
Hex 56 40 47 0 1A 11 42 155 F 1D
Octal 126 100 107 0 32 21 102 525 17 35
Binary 1010110 1000000 1000111 0 11010 10001 1000010 101010101 1111 11101

Color Harmonies of #564047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564047

Black with #564047

Text Example


Text Example

White with #564047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564047; }

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

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

background-color css

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

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

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

border-color css

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

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

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