Html Css Color HEX #564636 Brown Derby

📋 copy color: '#564636'

red 86 ◦ green 70 ◦ blue 54

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

Shades of Brown Derby #564636

Tints of Brown Derby #564636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 40.95%
G = 33.33%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#564636 (or 0x564636) is known color: Brown Derby. HEX triplet: 56, 46 and 36. RGB value is (86,70,54). Sum of RGB (Red+Green+Blue) = 86+70+54=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564636 is #A9B9C9. Grayscale: #494949. Windows color (decimal): -11123146 or 3556950. OLE color: 3556950.

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

Color convert

RGB 86 70 54 -
CMYK 0 0.19 0.37 0.66
HSL 30º 0.23% 0.27% -
HSV(B) 30º 0.37% 0.34% -
XYZ 6.69 6.63 4.42 -
YUV 72.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 86 70 54 0 0.19 0.37 0.66 30 0.23 0.27
Hex 56 46 36 0 13 25 42 1E 17 1B
Octal 126 106 66 0 23 45 102 36 27 33
Binary 1010110 1000110 110110 0 10011 100101 1000010 11110 10111 11011

Color Harmonies of #564636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564636

Black with #564636

Text Example


Text Example

White with #564636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564636; }

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

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

background-color css

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

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

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

border-color css

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

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

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