Html Css Color HEX #957169 Dark Chestnut

📋 copy color: '#957169'

red 149 ◦ green 113 ◦ blue 105

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

Shades of Dark Chestnut #957169

Tints of Dark Chestnut #957169

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 40.6%
G = 30.79%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957169 (or 0x957169) is known color: Dark Chestnut. HEX triplet: 95, 71 and 69. RGB value is (149,113,105). Sum of RGB (Red+Green+Blue) = 149+113+105=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957169 is #6A8E96. Grayscale: #7A7A7A. Windows color (decimal): -6983319 or 6910357. OLE color: 6910357.

HSL color Cylindrical-coordinate representation of color #957169: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957169 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 105 -
CMYK 0 0.24 0.30 0.42
HSL 10.91º 0.17% 0.5% -
HSV(B) 10.91º 0.3% 0.58% -
XYZ 20.85 19.22 15.98 -
YUV 122.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 149 113 105 0 0.24 0.30 0.42 10.91 0.17 0.5
Hex 95 71 69 0 18 1E 2A B 11 32
Octal 225 161 151 0 30 36 52 13 21 62
Binary 10010101 1110001 1101001 0 11000 11110 101010 1011 10001 110010

Color Harmonies of #957169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957169

Black with #957169

Text Example


Text Example

White with #957169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957169; }

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

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

background-color css

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

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

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

border-color css

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

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

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