Html Css Color HEX #956661 Dark Chestnut

📋 copy color: '#956661'

red 149 ◦ green 102 ◦ blue 97

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

Shades of Dark Chestnut #956661

Tints of Dark Chestnut #956661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 42.82%
G = 29.31%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#956661 (or 0x956661) is known color: Dark Chestnut. HEX triplet: 95, 66 and 61. RGB value is (149,102,97). Sum of RGB (Red+Green+Blue) = 149+102+97=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956661 is #6A999E. Grayscale: #737373. Windows color (decimal): -6986143 or 6383253. OLE color: 6383253.

HSL color Cylindrical-coordinate representation of color #956661: hue angle of 5.77º 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 #956661 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 97 -
CMYK 0 0.32 0.35 0.42
HSL 5.77º 0.21% 0.48% -
HSV(B) 5.77º 0.35% 0.58% -
XYZ 19.3 16.76 13.53 -
YUV 115.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 149 102 97 0 0.32 0.35 0.42 5.77 0.21 0.48
Hex 95 66 61 0 20 23 2A 6 15 30
Octal 225 146 141 0 40 43 52 6 25 60
Binary 10010101 1100110 1100001 0 100000 100011 101010 110 10101 110000

Color Harmonies of #956661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956661

Black with #956661

Text Example


Text Example

White with #956661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956661; }

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

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

background-color css

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

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

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

border-color css

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

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

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