Html Css Color HEX #956159 Dark Chestnut

📋 copy color: '#956159'

red 149 ◦ green 97 ◦ blue 89

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

Shades of Dark Chestnut #956159

Tints of Dark Chestnut #956159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 44.48%
G = 28.96%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#956159 (or 0x956159) is known color: Dark Chestnut. HEX triplet: 95, 61 and 59. RGB value is (149,97,89). Sum of RGB (Red+Green+Blue) = 149+97+89=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956159 is #6A9EA6. Grayscale: #6F6F6F. Windows color (decimal): -6987431 or 5857685. OLE color: 5857685.

HSL color Cylindrical-coordinate representation of color #956159: hue angle of 8º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956159 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 89 -
CMYK 0 0.35 0.40 0.42
HSL 0.25% 0.47% -
HSV(B) 0.4% 0.58% -
XYZ 18.47 15.66 11.5 -
YUV 111.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 149 97 89 0 0.35 0.40 0.42 8 0.25 0.47
Hex 95 61 59 0 23 28 2A 8 19 2F
Octal 225 141 131 0 43 50 52 10 31 57
Binary 10010101 1100001 1011001 0 100011 101000 101010 1000 11001 101111

Color Harmonies of #956159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956159

Black with #956159

Text Example


Text Example

White with #956159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956159; }

 p { color: rgb(149,97,89); }

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

background-color css

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

 a { background-color: rgb(149,97,89); }

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

border-color css

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

 span { border-color: rgb(149,97,89); }

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