Html Css Color HEX #564238 Brown Derby

📋 copy color: '#564238'

red 86 ◦ green 66 ◦ blue 56

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

Shades of Brown Derby #564238

Tints of Brown Derby #564238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 41.35%
G = 31.73%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564238 (or 0x564238) is known color: Brown Derby. HEX triplet: 56, 42 and 38. RGB value is (86,66,56). Sum of RGB (Red+Green+Blue) = 86+66+56=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564238 is #A9BDC7. Grayscale: #464646. Windows color (decimal): -11124168 or 3686998. OLE color: 3686998.

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

Color convert

RGB 86 66 56 -
CMYK 0 0.23 0.35 0.66
HSL 20º 0.21% 0.28% -
HSV(B) 20º 0.35% 0.34% -
XYZ 6.5 6.16 4.59 -
YUV 70.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 86 66 56 0 0.23 0.35 0.66 20 0.21 0.28
Hex 56 42 38 0 17 23 42 14 15 1C
Octal 126 102 70 0 27 43 102 24 25 34
Binary 1010110 1000010 111000 0 10111 100011 1000010 10100 10101 11100

Color Harmonies of #564238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564238

Black with #564238

Text Example


Text Example

White with #564238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564238; }

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

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

background-color css

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

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

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

border-color css

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

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

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