Html Css Color HEX #956749 Dark Tan

📋 copy color: '#956749'

red 149 ◦ green 103 ◦ blue 73

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

Shades of Dark Tan #956749

Tints of Dark Tan #956749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 45.85%
G = 31.69%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#956749 (or 0x956749) is known color: Dark Tan. HEX triplet: 95, 67 and 49. RGB value is (149,103,73). Sum of RGB (Red+Green+Blue) = 149+103+73=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #956749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956749 is #6A98B6. Grayscale: #717171. Windows color (decimal): -6985911 or 4810645. OLE color: 4810645.

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

Color convert

RGB 149 103 73 -
CMYK 0 0.31 0.51 0.42
HSL 23.68º 0.34% 0.44% -
HSV(B) 23.68º 0.51% 0.58% -
XYZ 18.45 16.57 8.53 -
YUV 113.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 149 103 73 0 0.31 0.51 0.42 23.68 0.34 0.44
Hex 95 67 49 0 1F 33 2A 18 22 2C
Octal 225 147 111 0 37 63 52 30 42 54
Binary 10010101 1100111 1001001 0 11111 110011 101010 11000 100010 101100

Color Harmonies of #956749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956749

Black with #956749

Text Example


Text Example

White with #956749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956749; }

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

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

background-color css

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

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

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

border-color css

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

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

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