Html Css Color HEX #956249 Dark Tan

📋 copy color: '#956249'

red 149 ◦ green 98 ◦ blue 73

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

Shades of Dark Tan #956249

Tints of Dark Tan #956249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

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

R = 46.56%
G = 30.63%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956249 (or 0x956249) is known color: Dark Tan. HEX triplet: 95, 62 and 49. RGB value is (149,98,73). Sum of RGB (Red+Green+Blue) = 149+98+73=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #956249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956249 is #6A9DB6. Grayscale: #6E6E6E. Windows color (decimal): -6987191 or 4809365. OLE color: 4809365.

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

Color convert

RGB 149 98 73 -
CMYK 0 0.34 0.51 0.42
HSL 19.74º 0.34% 0.44% -
HSV(B) 19.74º 0.51% 0.58% -
XYZ 17.96 15.61 8.37 -
YUV 110.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 149 98 73 0 0.34 0.51 0.42 19.74 0.34 0.44
Hex 95 62 49 0 22 33 2A 14 22 2C
Octal 225 142 111 0 42 63 52 24 42 54
Binary 10010101 1100010 1001001 0 100010 110011 101010 10100 100010 101100

Color Harmonies of #956249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956249

Black with #956249

Text Example


Text Example

White with #956249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956249; }

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

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

background-color css

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

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

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

border-color css

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

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

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