Html Css Color HEX #956547 Dark Tan

📋 copy color: '#956547'

red 149 ◦ green 101 ◦ blue 71

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

Shades of Dark Tan #956547

Tints of Dark Tan #956547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 46.42%
G = 31.46%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#956547 (or 0x956547) is known color: Dark Tan. HEX triplet: 95, 65 and 47. RGB value is (149,101,71). Sum of RGB (Red+Green+Blue) = 149+101+71=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #956547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956547 is #6A9AB8. Grayscale: #707070. Windows color (decimal): -6986425 or 4679061. OLE color: 4679061.

HSL color Cylindrical-coordinate representation of color #956547: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956547 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 71 -
CMYK 0 0.32 0.52 0.42
HSL 23.08º 0.35% 0.43% -
HSV(B) 23.08º 0.52% 0.58% -
XYZ 18.19 16.15 8.12 -
YUV 111.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 149 101 71 0 0.32 0.52 0.42 23.08 0.35 0.43
Hex 95 65 47 0 20 34 2A 17 23 2B
Octal 225 145 107 0 40 64 52 27 43 53
Binary 10010101 1100101 1000111 0 100000 110100 101010 10111 100011 101011

Color Harmonies of #956547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956547

Black with #956547

Text Example


Text Example

White with #956547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956547; }

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

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

background-color css

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

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

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

border-color css

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

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

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