Html Css Color HEX #956E4F Dark Tan

📋 copy color: '#956E4F'

red 149 ◦ green 110 ◦ blue 79

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

Shades of Dark Tan #956E4F

Tints of Dark Tan #956E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 44.08%
G = 32.54%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#956E4F (or 0x956E4F) is known color: Dark Tan. HEX triplet: 95, 6E and 4F. RGB value is (149,110,79). Sum of RGB (Red+Green+Blue) = 149+110+79=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E4F is #6A91B0. Grayscale: #767676. Windows color (decimal): -6984113 or 5205653. OLE color: 5205653.

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

Color convert

RGB 149 110 79 -
CMYK 0 0.26 0.47 0.42
HSL 26.57º 0.31% 0.45% -
HSV(B) 26.57º 0.47% 0.58% -
XYZ 19.38 18.11 9.87 -
YUV 118.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 149 110 79 0 0.26 0.47 0.42 26.57 0.31 0.45
Hex 95 6E 4F 0 1A 2F 2A 1B 1F 2D
Octal 225 156 117 0 32 57 52 33 37 55
Binary 10010101 1101110 1001111 0 11010 101111 101010 11011 11111 101101

Color Harmonies of #956E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E4F

Black with #956E4F

Text Example


Text Example

White with #956E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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