Html Css Color HEX #956960 Dark Chestnut

📋 copy color: '#956960'

red 149 ◦ green 105 ◦ blue 96

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

Shades of Dark Chestnut #956960

Tints of Dark Chestnut #956960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 42.57%
G = 30%
B = 27.43%

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

#956960 (or 0x956960) is known color: Dark Chestnut. HEX triplet: 95, 69 and 60. RGB value is (149,105,96). Sum of RGB (Red+Green+Blue) = 149+105+96=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #956960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956960 is #6A969F. Grayscale: #757575. Windows color (decimal): -6985376 or 6318485. OLE color: 6318485.

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

Color convert

RGB 149 105 96 -
CMYK 0 0.30 0.36 0.42
HSL 10.19º 0.22% 0.48% -
HSV(B) 10.19º 0.36% 0.58% -
XYZ 19.56 17.34 13.38 -
YUV 117.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 149 105 96 0 0.30 0.36 0.42 10.19 0.22 0.48
Hex 95 69 60 0 1E 24 2A A 16 30
Octal 225 151 140 0 36 44 52 12 26 60
Binary 10010101 1101001 1100000 0 11110 100100 101010 1010 10110 110000

Color Harmonies of #956960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956960

Black with #956960

Text Example


Text Example

White with #956960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956960; }

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

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

background-color css

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

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

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

border-color css

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

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

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