#B6534A

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

Shades of Chestnut #B6534A

Tints of Chestnut #B6534A

Color information

#B6534A (or 0xB6534A) is unknown color: approx Chestnut. HEX triplet: B6, 53 and 4A. RGB value is (182,83,74). Sum of RGB (Red+Green+Blue) = 182+83+74=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6534A is #49ACB5. Grayscale: #6F6F6F. Windows color (decimal): -4828342 or 4871094. OLE color: 4871094.

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

Color convert

RGB1828374-
CMYK00.540.590.29
HSL42.52%50.2%-
HSV(B)59.34%71.37%-
XYZ23.6216.638.44-
YUV111.57106.8178.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=53.69%
G=24.48%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182837400.540.590.29542.5250.2
HexB6534A0363B1D52b32
Octal266123112066733555362
Binary1011011010100111001010011011011101111101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6534A; }

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

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

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

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

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

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

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

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