Html Css Color HEX #956460 Dark Chestnut

📋 copy color: '#956460'

red 149 ◦ green 100 ◦ blue 96

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

Shades of Dark Chestnut #956460

Tints of Dark Chestnut #956460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 43.19%
G = 28.99%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956460 (or 0x956460) is known color: Dark Chestnut. HEX triplet: 95, 64 and 60. RGB value is (149,100,96). Sum of RGB (Red+Green+Blue) = 149+100+96=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #956460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956460 is #6A9B9F. Grayscale: #727272. Windows color (decimal): -6986656 or 6317205. OLE color: 6317205.

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

Color convert

RGB 149 100 96 -
CMYK 0 0.33 0.36 0.42
HSL 4.53º 0.22% 0.48% -
HSV(B) 4.53º 0.36% 0.58% -
XYZ 19.06 16.35 13.22 -
YUV 114.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 149 100 96 0 0.33 0.36 0.42 4.53 0.22 0.48
Hex 95 64 60 0 21 24 2A 5 16 30
Octal 225 144 140 0 41 44 52 5 26 60
Binary 10010101 1100100 1100000 0 100001 100100 101010 101 10110 110000

Color Harmonies of #956460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956460

Black with #956460

Text Example


Text Example

White with #956460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956460; }

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

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

background-color css

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

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

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

border-color css

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

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

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