Html Css Color HEX #956E4E Dark Tan

📋 copy color: '#956E4E'

red 149 ◦ green 110 ◦ blue 78

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

Shades of Dark Tan #956E4E

Tints of Dark Tan #956E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 44.21%
G = 32.64%
B = 23.15%

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

#956E4E (or 0x956E4E) is known color: Dark Tan. HEX triplet: 95, 6E and 4E. RGB value is (149,110,78). Sum of RGB (Red+Green+Blue) = 149+110+78=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E4E is #6A91B1. Grayscale: #767676. Windows color (decimal): -6984114 or 5140117. OLE color: 5140117.

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

Color convert

RGB 149 110 78 -
CMYK 0 0.26 0.48 0.42
HSL 27.04º 0.31% 0.45% -
HSV(B) 27.04º 0.48% 0.58% -
XYZ 19.35 18.09 9.68 -
YUV 118.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 149 110 78 0 0.26 0.48 0.42 27.04 0.31 0.45
Hex 95 6E 4E 0 1A 30 2A 1B 1F 2D
Octal 225 156 116 0 32 60 52 33 37 55
Binary 10010101 1101110 1001110 0 11010 110000 101010 11011 11111 101101

Color Harmonies of #956E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E4E

Black with #956E4E

Text Example


Text Example

White with #956E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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