Html Css Color HEX #956449 Dark Tan

📋 copy color: '#956449'

red 149 ◦ green 100 ◦ blue 73

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

Shades of Dark Tan #956449

Tints of Dark Tan #956449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 46.27%
G = 31.06%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956449 (or 0x956449) is known color: Dark Tan. HEX triplet: 95, 64 and 49. RGB value is (149,100,73). Sum of RGB (Red+Green+Blue) = 149+100+73=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #956449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956449 is #6A9BB6. Grayscale: #6F6F6F. Windows color (decimal): -6986679 or 4809877. OLE color: 4809877.

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

Color convert

RGB 149 100 73 -
CMYK 0 0.33 0.51 0.42
HSL 21.32º 0.34% 0.44% -
HSV(B) 21.32º 0.51% 0.58% -
XYZ 18.15 15.98 8.43 -
YUV 111.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 149 100 73 0 0.33 0.51 0.42 21.32 0.34 0.44
Hex 95 64 49 0 21 33 2A 15 22 2C
Octal 225 144 111 0 41 63 52 25 42 54
Binary 10010101 1100100 1001001 0 100001 110011 101010 10101 100010 101100

Color Harmonies of #956449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956449

Black with #956449

Text Example


Text Example

White with #956449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956449; }

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

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

background-color css

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

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

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

border-color css

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

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

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