#B6544E

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

Shades of Chestnut #B6544E

Tints of Chestnut #B6544E

Color information

#B6544E (or 0xB6544E) is unknown color: approx Chestnut. HEX triplet: B6, 54 and 4E. RGB value is (182,84,78). Sum of RGB (Red+Green+Blue) = 182+84+78=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6544E is #49ABB1. Grayscale: #707070. Windows color (decimal): -4828082 or 5133494. OLE color: 5133494.

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

Color convert

RGB1828478-
CMYK00.540.570.29
HSL3.46º41.6%50.98%-
HSV(B)3.46º57.14%71.37%-
XYZ23.8416.849.2-
YUV112.62108.47177.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.91%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=52.91%
G=24.42%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182847800.540.570.293.4641.650.98
HexB6544E036391D32a33
Octal266124116066713535263
Binary101101101010100100111001101101110011110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6544E; }

 p { color: rgb(182,84,78); }

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

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

 a { background-color: rgb(182,84,78); }

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

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

 span { border-color: rgb(182,84,78); }

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