Html Css Color HEX #956E4D Dark Tan

📋 copy color: '#956E4D'

red 149 ◦ green 110 ◦ blue 77

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

Shades of Dark Tan #956E4D

Tints of Dark Tan #956E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 44.35%
G = 32.74%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#956E4D (or 0x956E4D) is known color: Dark Tan. HEX triplet: 95, 6E and 4D. RGB value is (149,110,77). Sum of RGB (Red+Green+Blue) = 149+110+77=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E4D is #6A91B2. Grayscale: #767676. Windows color (decimal): -6984115 or 5074581. OLE color: 5074581.

HSL color Cylindrical-coordinate representation of color #956E4D: hue angle of 27.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956E4D is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 110 77 -
CMYK 0 0.26 0.48 0.42
HSL 27.5º 0.32% 0.44% -
HSV(B) 27.5º 0.48% 0.58% -
XYZ 19.31 18.08 9.49 -
YUV 117.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 149 110 77 0 0.26 0.48 0.42 27.5 0.32 0.44
Hex 95 6E 4D 0 1A 30 2A 1C 20 2C
Octal 225 156 115 0 32 60 52 34 40 54
Binary 10010101 1101110 1001101 0 11010 110000 101010 11100 100000 101100

Color Harmonies of #956E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E4D

Black with #956E4D

Text Example


Text Example

White with #956E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956E4D; }

 p { color: rgb(149,110,77); }

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

background-color css

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

 a { background-color: rgb(149,110,77); }

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

border-color css

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

 span { border-color: rgb(149,110,77); }

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