Html Css Color HEX #957269 Dark Chestnut

📋 copy color: '#957269'

red 149 ◦ green 114 ◦ blue 105

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

Shades of Dark Chestnut #957269

Tints of Dark Chestnut #957269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

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

R = 40.49%
G = 30.98%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#957269 (or 0x957269) is known color: Dark Chestnut. HEX triplet: 95, 72 and 69. RGB value is (149,114,105). Sum of RGB (Red+Green+Blue) = 149+114+105=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957269 is #6A8D96. Grayscale: #7B7B7B. Windows color (decimal): -6983063 or 6910613. OLE color: 6910613.

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

Color convert

RGB 149 114 105 -
CMYK 0 0.23 0.30 0.42
HSL 12.27º 0.17% 0.5% -
HSV(B) 12.27º 0.3% 0.58% -
XYZ 20.96 19.44 16.01 -
YUV 123.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 149 114 105 0 0.23 0.30 0.42 12.27 0.17 0.5
Hex 95 72 69 0 17 1E 2A C 11 32
Octal 225 162 151 0 27 36 52 14 21 62
Binary 10010101 1110010 1101001 0 10111 11110 101010 1100 10001 110010

Color Harmonies of #957269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957269

Black with #957269

Text Example


Text Example

White with #957269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957269; }

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

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

background-color css

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

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

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

border-color css

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

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

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