Html Css Color HEX #564334 Brown Derby

📋 copy color: '#564334'

red 86 ◦ green 67 ◦ blue 52

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

Shades of Brown Derby #564334

Tints of Brown Derby #564334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 41.95%
G = 32.68%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#564334 (or 0x564334) is known color: Brown Derby. HEX triplet: 56, 43 and 34. RGB value is (86,67,52). Sum of RGB (Red+Green+Blue) = 86+67+52=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564334 is #A9BCCB. Grayscale: #474747. Windows color (decimal): -11123916 or 3425110. OLE color: 3425110.

HSL color Cylindrical-coordinate representation of color #564334: hue angle of 26.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564334 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 67 52 -
CMYK 0 0.22 0.40 0.66
HSL 26.47º 0.25% 0.27% -
HSV(B) 26.47º 0.4% 0.34% -
XYZ 6.46 6.24 4.11 -
YUV 70.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 86 67 52 0 0.22 0.40 0.66 26.47 0.25 0.27
Hex 56 43 34 0 16 28 42 1A 19 1B
Octal 126 103 64 0 26 50 102 32 31 33
Binary 1010110 1000011 110100 0 10110 101000 1000010 11010 11001 11011

Color Harmonies of #564334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564334

Black with #564334

Text Example


Text Example

White with #564334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564334; }

 p { color: rgb(86,67,52); }

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

background-color css

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

 a { background-color: rgb(86,67,52); }

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

border-color css

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

 span { border-color: rgb(86,67,52); }

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