Html Css Color HEX #956A5C Dark Chestnut

📋 copy color: '#956A5C'

red 149 ◦ green 106 ◦ blue 92

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

Shades of Dark Chestnut #956A5C

Tints of Dark Chestnut #956A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 42.94%
G = 30.55%
B = 26.51%

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

#956A5C (or 0x956A5C) is known color: Dark Chestnut. HEX triplet: 95, 6A and 5C. RGB value is (149,106,92). Sum of RGB (Red+Green+Blue) = 149+106+92=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #956A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A5C is #6A95A3. Grayscale: #757575. Windows color (decimal): -6985124 or 6056597. OLE color: 6056597.

HSL color Cylindrical-coordinate representation of color #956A5C: hue angle of 14.74º degrees, saturation: 0.24, 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 #956A5C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 106 92 -
CMYK 0 0.29 0.38 0.42
HSL 14.74º 0.24% 0.47% -
HSV(B) 14.74º 0.38% 0.58% -
XYZ 19.48 17.47 12.47 -
YUV 117.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 149 106 92 0 0.29 0.38 0.42 14.74 0.24 0.47
Hex 95 6A 5C 0 1D 26 2A F 18 2F
Octal 225 152 134 0 35 46 52 17 30 57
Binary 10010101 1101010 1011100 0 11101 100110 101010 1111 11000 101111

Color Harmonies of #956A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A5C

Black with #956A5C

Text Example


Text Example

White with #956A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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