Html Css Color HEX #957069 Dark Chestnut

📋 copy color: '#957069'

red 149 ◦ green 112 ◦ blue 105

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

Shades of Dark Chestnut #957069

Tints of Dark Chestnut #957069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 40.71%
G = 30.6%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957069 (or 0x957069) is known color: Dark Chestnut. HEX triplet: 95, 70 and 69. RGB value is (149,112,105). Sum of RGB (Red+Green+Blue) = 149+112+105=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957069 is #6A8F96. Grayscale: #7A7A7A. Windows color (decimal): -6983575 or 6910101. OLE color: 6910101.

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

Color convert

RGB 149 112 105 -
CMYK 0 0.25 0.30 0.42
HSL 9.55º 0.17% 0.5% -
HSV(B) 9.55º 0.3% 0.58% -
XYZ 20.74 19 15.94 -
YUV 122.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 149 112 105 0 0.25 0.30 0.42 9.55 0.17 0.5
Hex 95 70 69 0 19 1E 2A A 11 32
Octal 225 160 151 0 31 36 52 12 21 62
Binary 10010101 1110000 1101001 0 11001 11110 101010 1010 10001 110010

Color Harmonies of #957069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957069

Black with #957069

Text Example


Text Example

White with #957069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957069; }

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

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

background-color css

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

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

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

border-color css

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

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

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