Html Css Color HEX #957064 Dark Chestnut

📋 copy color: '#957064'

red 149 ◦ green 112 ◦ blue 100

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

Shades of Dark Chestnut #957064

Tints of Dark Chestnut #957064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 41.27%
G = 31.02%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#957064 (or 0x957064) is known color: Dark Chestnut. HEX triplet: 95, 70 and 64. RGB value is (149,112,100). Sum of RGB (Red+Green+Blue) = 149+112+100=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957064 is #6A8F9B. Grayscale: #797979. Windows color (decimal): -6983580 or 6582421. OLE color: 6582421.

HSL color Cylindrical-coordinate representation of color #957064: hue angle of 14.69º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957064 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 100 -
CMYK 0 0.25 0.33 0.42
HSL 14.69º 0.2% 0.49% -
HSV(B) 14.69º 0.33% 0.58% -
XYZ 20.49 18.9 14.62 -
YUV 121.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 149 112 100 0 0.25 0.33 0.42 14.69 0.2 0.49
Hex 95 70 64 0 19 21 2A F 14 31
Octal 225 160 144 0 31 41 52 17 24 61
Binary 10010101 1110000 1100100 0 11001 100001 101010 1111 10100 110001

Color Harmonies of #957064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957064

Black with #957064

Text Example


Text Example

White with #957064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957064; }

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

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

background-color css

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

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

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

border-color css

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

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

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