Html Css Color HEX #956961 Dark Chestnut

📋 copy color: '#956961'

red 149 ◦ green 105 ◦ blue 97

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

Shades of Dark Chestnut #956961

Tints of Dark Chestnut #956961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 42.45%
G = 29.91%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#956961 (or 0x956961) is known color: Dark Chestnut. HEX triplet: 95, 69 and 61. RGB value is (149,105,97). Sum of RGB (Red+Green+Blue) = 149+105+97=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956961 is #6A969E. Grayscale: #757575. Windows color (decimal): -6985375 or 6384021. OLE color: 6384021.

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

Color convert

RGB 149 105 97 -
CMYK 0 0.30 0.35 0.42
HSL 9.23º 0.21% 0.48% -
HSV(B) 9.23º 0.35% 0.58% -
XYZ 19.6 17.36 13.63 -
YUV 117.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 149 105 97 0 0.30 0.35 0.42 9.23 0.21 0.48
Hex 95 69 61 0 1E 23 2A 9 15 30
Octal 225 151 141 0 36 43 52 11 25 60
Binary 10010101 1101001 1100001 0 11110 100011 101010 1001 10101 110000

Color Harmonies of #956961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956961

Black with #956961

Text Example


Text Example

White with #956961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956961; }

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

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

background-color css

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

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

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

border-color css

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

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

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