Html Css Color HEX #956E51 Dark Tan

📋 copy color: '#956E51'

red 149 ◦ green 110 ◦ blue 81

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

Shades of Dark Tan #956E51

Tints of Dark Tan #956E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 43.82%
G = 32.35%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#956E51 (or 0x956E51) is known color: Dark Tan. HEX triplet: 95, 6E and 51. RGB value is (149,110,81). Sum of RGB (Red+Green+Blue) = 149+110+81=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E51 is #6A91AE. Grayscale: #767676. Windows color (decimal): -6984111 or 5336725. OLE color: 5336725.

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

Color convert

RGB 149 110 81 -
CMYK 0 0.26 0.46 0.42
HSL 25.59º 0.3% 0.45% -
HSV(B) 25.59º 0.46% 0.58% -
XYZ 19.46 18.14 10.26 -
YUV 118.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 149 110 81 0 0.26 0.46 0.42 25.59 0.3 0.45
Hex 95 6E 51 0 1A 2E 2A 1A 1E 2D
Octal 225 156 121 0 32 56 52 32 36 55
Binary 10010101 1101110 1010001 0 11010 101110 101010 11010 11110 101101

Color Harmonies of #956E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E51

Black with #956E51

Text Example


Text Example

White with #956E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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