Html Css Color HEX #956C49 Dark Tan

📋 copy color: '#956C49'

red 149 ◦ green 108 ◦ blue 73

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

Shades of Dark Tan #956C49

Tints of Dark Tan #956C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 45.15%
G = 32.73%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956C49 (or 0x956C49) is known color: Dark Tan. HEX triplet: 95, 6C and 49. RGB value is (149,108,73). Sum of RGB (Red+Green+Blue) = 149+108+73=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C49 is #6A93B6. Grayscale: #747474. Windows color (decimal): -6984631 or 4811925. OLE color: 4811925.

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

Color convert

RGB 149 108 73 -
CMYK 0 0.28 0.51 0.42
HSL 27.63º 0.34% 0.44% -
HSV(B) 27.63º 0.51% 0.58% -
XYZ 18.96 17.6 8.7 -
YUV 116.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 149 108 73 0 0.28 0.51 0.42 27.63 0.34 0.44
Hex 95 6C 49 0 1C 33 2A 1C 22 2C
Octal 225 154 111 0 34 63 52 34 42 54
Binary 10010101 1101100 1001001 0 11100 110011 101010 11100 100010 101100

Color Harmonies of #956C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C49

Black with #956C49

Text Example


Text Example

White with #956C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,73); }

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

background-color css

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

 a { background-color: rgb(149,108,73); }

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

border-color css

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

 span { border-color: rgb(149,108,73); }

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