Html Css Color HEX #956A62 Dark Chestnut

📋 copy color: '#956A62'

red 149 ◦ green 106 ◦ blue 98

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

Shades of Dark Chestnut #956A62

Tints of Dark Chestnut #956A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 42.21%
G = 30.03%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#956A62 (or 0x956A62) is known color: Dark Chestnut. HEX triplet: 95, 6A and 62. RGB value is (149,106,98). Sum of RGB (Red+Green+Blue) = 149+106+98=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #956A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956A62 is #6A959D. Grayscale: #767676. Windows color (decimal): -6985118 or 6449813. OLE color: 6449813.

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

Color convert

RGB 149 106 98 -
CMYK 0 0.29 0.34 0.42
HSL 9.41º 0.21% 0.48% -
HSV(B) 9.41º 0.34% 0.58% -
XYZ 19.75 17.58 13.91 -
YUV 117.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 149 106 98 0 0.29 0.34 0.42 9.41 0.21 0.48
Hex 95 6A 62 0 1D 22 2A 9 15 30
Octal 225 152 142 0 35 42 52 11 25 60
Binary 10010101 1101010 1100010 0 11101 100010 101010 1001 10101 110000

Color Harmonies of #956A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956A62

Black with #956A62

Text Example


Text Example

White with #956A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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