Html Css Color HEX #956660 Dark Chestnut

📋 copy color: '#956660'

red 149 ◦ green 102 ◦ blue 96

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

Shades of Dark Chestnut #956660

Tints of Dark Chestnut #956660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 42.94%
G = 29.39%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956660 (or 0x956660) is known color: Dark Chestnut. HEX triplet: 95, 66 and 60. RGB value is (149,102,96). Sum of RGB (Red+Green+Blue) = 149+102+96=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956660 is #6A999F. Grayscale: #737373. Windows color (decimal): -6986144 or 6317717. OLE color: 6317717.

HSL color Cylindrical-coordinate representation of color #956660: hue angle of 6.79º 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 #956660 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 96 -
CMYK 0 0.32 0.36 0.42
HSL 6.79º 0.22% 0.48% -
HSV(B) 6.79º 0.36% 0.58% -
XYZ 19.26 16.74 13.28 -
YUV 115.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 149 102 96 0 0.32 0.36 0.42 6.79 0.22 0.48
Hex 95 66 60 0 20 24 2A 7 16 30
Octal 225 146 140 0 40 44 52 7 26 60
Binary 10010101 1100110 1100000 0 100000 100100 101010 111 10110 110000

Color Harmonies of #956660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956660

Black with #956660

Text Example


Text Example

White with #956660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956660; }

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

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

background-color css

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

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

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

border-color css

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

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

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