Html Css Color HEX #956549 Dark Tan

📋 copy color: '#956549'

red 149 ◦ green 101 ◦ blue 73

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

Shades of Dark Tan #956549

Tints of Dark Tan #956549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 46.13%
G = 31.27%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956549 (or 0x956549) is known color: Dark Tan. HEX triplet: 95, 65 and 49. RGB value is (149,101,73). Sum of RGB (Red+Green+Blue) = 149+101+73=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #956549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956549 is #6A9AB6. Grayscale: #707070. Windows color (decimal): -6986423 or 4810133. OLE color: 4810133.

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

Color convert

RGB 149 101 73 -
CMYK 0 0.32 0.51 0.42
HSL 22.11º 0.34% 0.44% -
HSV(B) 22.11º 0.51% 0.58% -
XYZ 18.25 16.18 8.46 -
YUV 112.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 149 101 73 0 0.32 0.51 0.42 22.11 0.34 0.44
Hex 95 65 49 0 20 33 2A 16 22 2C
Octal 225 145 111 0 40 63 52 26 42 54
Binary 10010101 1100101 1001001 0 100000 110011 101010 10110 100010 101100

Color Harmonies of #956549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956549

Black with #956549

Text Example


Text Example

White with #956549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956549; }

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

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

background-color css

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

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

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

border-color css

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

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

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