#956E67

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

Shades of Dark Chestnut #956E67

Tints of Dark Chestnut #956E67

Color information

#956E67 (or 0x956E67) is unknown color: approx Dark Chestnut. HEX triplet: 95, 6E and 67. RGB value is (149,110,103). Sum of RGB (Red+Green+Blue) = 149+110+103=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E67 is #6A9198. Grayscale: #787878. Windows color (decimal): -6984089 or 6778517. OLE color: 6778517.

HSL color Cylindrical-coordinate representation of color #956E67: hue angle of 9.13º 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 #956E67 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149110103-
CMYK00.260.310.42
HSL9.13º18.25%49.41%-
HSV(B)9.13º30.87%58.43%-
XYZ20.4218.5215.33-
YUV120.86117.92148.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=41.16%
G=30.39%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911010300.260.310.429.1318.2549.41
Hex956E6701A1F2A91231
Octal2251561470323752112261
Binary100101011101110110011101101011111101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E67; }

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

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

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

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

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

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

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

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