Html Css Color HEX #956A5D Dark Chestnut

📋 copy color: '#956A5D'

red 149 ◦ green 106 ◦ blue 93

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

Shades of Dark Chestnut #956A5D

Tints of Dark Chestnut #956A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.46%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 42.82%
G = 30.46%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#956A5D (or 0x956A5D) is known color: Dark Chestnut. HEX triplet: 95, 6A and 5D. RGB value is (149,106,93). Sum of RGB (Red+Green+Blue) = 149+106+93=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A5D is #6A95A2. Grayscale: #757575. Windows color (decimal): -6985123 or 6122133. OLE color: 6122133.

HSL color Cylindrical-coordinate representation of color #956A5D: hue angle of 13.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956A5D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 93 -
CMYK 0 0.29 0.38 0.42
HSL 13.93º 0.23% 0.47% -
HSV(B) 13.93º 0.38% 0.58% -
XYZ 19.52 17.49 12.7 -
YUV 117.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 149 106 93 0 0.29 0.38 0.42 13.93 0.23 0.47
Hex 95 6A 5D 0 1D 26 2A E 17 2F
Octal 225 152 135 0 35 46 52 16 27 57
Binary 10010101 1101010 1011101 0 11101 100110 101010 1110 10111 101111

Color Harmonies of #956A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A5D

Black with #956A5D

Text Example


Text Example

White with #956A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956A5D; }

 p { color: rgb(149,106,93); }

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

background-color css

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

 a { background-color: rgb(149,106,93); }

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

border-color css

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

 span { border-color: rgb(149,106,93); }

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