Html Css Color HEX #956860 Dark Chestnut

📋 copy color: '#956860'

red 149 ◦ green 104 ◦ blue 96

#956860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #956860

Tints of Dark Chestnut #956860

RGB

 RED value IS 149 (58.59% from 255) = 42.69%

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 42.69%
G = 29.8%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956860 (or 0x956860) is known color: Dark Chestnut. HEX triplet: 95, 68 and 60. RGB value is (149,104,96). Sum of RGB (Red+Green+Blue) = 149+104+96=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #956860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956860 is #6A979F. Grayscale: #747474. Windows color (decimal): -6985632 or 6318229. OLE color: 6318229.

HSL color Cylindrical-coordinate representation of color #956860: hue angle of 9.06º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956860 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 96 -
CMYK 0 0.30 0.36 0.42
HSL 9.06º 0.22% 0.48% -
HSV(B) 9.06º 0.36% 0.58% -
XYZ 19.46 17.13 13.35 -
YUV 116.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 149 104 96 0 0.30 0.36 0.42 9.06 0.22 0.48
Hex 95 68 60 0 1E 24 2A 9 16 30
Octal 225 150 140 0 36 44 52 11 26 60
Binary 10010101 1101000 1100000 0 11110 100100 101010 1001 10110 110000

Color Harmonies of #956860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956860

Black with #956860

Text Example


Text Example

White with #956860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956860; }

 p { color: rgb(149,104,96); }

 H1.HeaderClassName
 {
   color: #956860;
 }
 .AnyTagClassName
 {
   color: #956860;
 }
</style>

background-color css

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

 a { background-color: rgb(149,104,96); }

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

border-color css

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

 span { border-color: rgb(149,104,96); }

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