#B6564D

Color #B6564D Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #B6564D

Tints of Chestnut #B6564D

Color information

#B6564D (or 0xB6564D) is unknown color: approx Chestnut. HEX triplet: B6, 56 and 4D. RGB value is (182,86,77). Sum of RGB (Red+Green+Blue) = 182+86+77=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6564D is #49A9B2. Grayscale: #717171. Windows color (decimal): -4827571 or 5068470. OLE color: 5068470.

HSL color Cylindrical-coordinate representation of color #B6564D: hue angle of 5.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6564D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1828677-
CMYK00.530.580.29
HSL5.14º41.83%50.78%-
HSV(B)5.14º57.69%71.37%-
XYZ23.9617.149.07-
YUV113.68107.3176.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=52.75%
G=24.93%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182867700.530.580.295.1441.8350.78
HexB6564D0353A1D52a33
Octal266126115065723555263
Binary1011011010101101001101011010111101011101101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6564D; }

 p { color: rgb(182,86,77); }

 H1.HeaderClassName
 {
   color: #B6564D;
 }
 .AnyTagClassName
 {
   color: #B6564D;
 }
</style>
background-color css

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

 a { background-color: rgb(182,86,77); }

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

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

 span { border-color: rgb(182,86,77); }

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