#B6534E

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

Shades of Chestnut #B6534E

Tints of Chestnut #B6534E

Color information

#B6534E (or 0xB6534E) is unknown color: approx Chestnut. HEX triplet: B6, 53 and 4E. RGB value is (182,83,78). Sum of RGB (Red+Green+Blue) = 182+83+78=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6534E is #49ACB1. Grayscale: #707070. Windows color (decimal): -4828338 or 5133238. OLE color: 5133238.

HSL color Cylindrical-coordinate representation of color #B6534E: hue angle of 2.88º 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 #B6534E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1828378-
CMYK00.540.570.29
HSL2.88º41.6%50.98%-
HSV(B)2.88º57.14%71.37%-
XYZ23.7616.689.18-
YUV112.03108.8177.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=53.06%
G=24.20%
B=22.74%

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
Decimal182837800.540.570.292.8841.650.98
HexB6534E036391D32a33
Octal266123116066713535263
Binary101101101010011100111001101101110011110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6534E; }

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

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

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

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

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

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

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

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