#957167

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

Shades of Dark Chestnut #957167

Tints of Dark Chestnut #957167

Color information

#957167 (or 0x957167) is unknown color: approx Dark Chestnut. HEX triplet: 95, 71 and 67. RGB value is (149,113,103). Sum of RGB (Red+Green+Blue) = 149+113+103=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957167 is #6A8E98. Grayscale: #7A7A7A. Windows color (decimal): -6983321 or 6779285. OLE color: 6779285.

HSL color Cylindrical-coordinate representation of color #957167: hue angle of 13.04º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957167 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149113103-
CMYK00.240.310.42
HSL13.04º18.25%49.41%-
HSV(B)13.04º30.87%58.43%-
XYZ20.7519.1815.44-
YUV122.62116.93146.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=40.82%
G=30.96%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911310300.240.310.4213.0418.2549.41
Hex9571670181F2Ad1231
Octal2251611470303752152261
Binary100101011110001110011101100011111101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957167; }

 p { color: rgb(149,113,103); }

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

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

 a { background-color: rgb(149,113,103); }

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

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

 span { border-color: rgb(149,113,103); }

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