Html Css Color HEX #956D5F Dark Chestnut

📋 copy color: '#956D5F'

red 149 ◦ green 109 ◦ blue 95

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

Shades of Dark Chestnut #956D5F

Tints of Dark Chestnut #956D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 42.21%
G = 30.88%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956D5F (or 0x956D5F) is known color: Dark Chestnut. HEX triplet: 95, 6D and 5F. RGB value is (149,109,95). Sum of RGB (Red+Green+Blue) = 149+109+95=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #956D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D5F is #6A92A0. Grayscale: #777777. Windows color (decimal): -6984353 or 6253973. OLE color: 6253973.

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

Color convert

RGB 149 109 95 -
CMYK 0 0.27 0.36 0.42
HSL 15.56º 0.22% 0.48% -
HSV(B) 15.56º 0.36% 0.58% -
XYZ 19.93 18.15 13.28 -
YUV 119.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 149 109 95 0 0.27 0.36 0.42 15.56 0.22 0.48
Hex 95 6D 5F 0 1B 24 2A 10 16 30
Octal 225 155 137 0 33 44 52 20 26 60
Binary 10010101 1101101 1011111 0 11011 100100 101010 10000 10110 110000

Color Harmonies of #956D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D5F

Black with #956D5F

Text Example


Text Example

White with #956D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,109,95); }

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

background-color css

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

 a { background-color: rgb(149,109,95); }

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

border-color css

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

 span { border-color: rgb(149,109,95); }

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