Html Css Color HEX #564846 Woody Brown

📋 copy color: '#564846'

red 86 ◦ green 72 ◦ blue 70

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

Shades of Woody Brown #564846

Tints of Woody Brown #564846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 37.72%
G = 31.58%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#564846 (or 0x564846) is known color: Woody Brown. HEX triplet: 56, 48 and 46. RGB value is (86,72,70). Sum of RGB (Red+Green+Blue) = 86+72+70=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564846 is #A9B7B9. Grayscale: #4B4B4B. Windows color (decimal): -11122618 or 4606038. OLE color: 4606038.

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

Color convert

RGB 86 72 70 -
CMYK 0 0.16 0.19 0.66
HSL 7.5º 0.1% 0.31% -
HSV(B) 7.5º 0.19% 0.34% -
XYZ 7.26 7.06 6.77 -
YUV 75.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 86 72 70 0 0.16 0.19 0.66 7.5 0.1 0.31
Hex 56 48 46 0 10 13 42 8 A 1F
Octal 126 110 106 0 20 23 102 10 12 37
Binary 1010110 1001000 1000110 0 10000 10011 1000010 1000 1010 11111

Color Harmonies of #564846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564846

Black with #564846

Text Example


Text Example

White with #564846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564846; }

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

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

background-color css

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

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

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

border-color css

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

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

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