Html Css Color HEX #956849 Dark Tan

📋 copy color: '#956849'

red 149 ◦ green 104 ◦ blue 73

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

Shades of Dark Tan #956849

Tints of Dark Tan #956849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 45.71%
G = 31.9%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956849 (or 0x956849) is known color: Dark Tan. HEX triplet: 95, 68 and 49. RGB value is (149,104,73). Sum of RGB (Red+Green+Blue) = 149+104+73=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #956849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956849 is #6A97B6. Grayscale: #727272. Windows color (decimal): -6985655 or 4810901. OLE color: 4810901.

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

Color convert

RGB 149 104 73 -
CMYK 0 0.30 0.51 0.42
HSL 24.47º 0.34% 0.44% -
HSV(B) 24.47º 0.51% 0.58% -
XYZ 18.55 16.77 8.56 -
YUV 113.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 149 104 73 0 0.30 0.51 0.42 24.47 0.34 0.44
Hex 95 68 49 0 1E 33 2A 18 22 2C
Octal 225 150 111 0 36 63 52 30 42 54
Binary 10010101 1101000 1001001 0 11110 110011 101010 11000 100010 101100

Color Harmonies of #956849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956849

Black with #956849

Text Example


Text Example

White with #956849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956849; }

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

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

background-color css

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

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

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

border-color css

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

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

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