#B64342

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

Shades of Chestnut #B64342

Tints of Chestnut #B64342

Color information

#B64342 (or 0xB64342) is unknown color: approx Chestnut. HEX triplet: B6, 43 and 42. RGB value is (182,67,66). Sum of RGB (Red+Green+Blue) = 182+67+66=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64342 is #49BCBD. Grayscale: #656565. Windows color (decimal): -4832446 or 4342710. OLE color: 4342710.

HSL color Cylindrical-coordinate representation of color #B64342: hue angle of 0.52º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64342 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1826766-
CMYK00.630.640.29
HSL0.52º46.77%48.63%-
HSV(B)0.52º63.74%71.37%-
XYZ22.2814.356.75-
YUV101.27108.1185.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=57.78%
G=21.27%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182676600.630.640.290.5246.7748.63
HexB6434203F401D12f31
Octal2661031020771003515761
Binary101101101000011100001001111111000000111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64342; }

 p { color: rgb(182,67,66); }

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

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

 a { background-color: rgb(182,67,66); }

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

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

 span { border-color: rgb(182,67,66); }

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