Html Css Color HEX #956D4E Dark Tan

📋 copy color: '#956D4E'

red 149 ◦ green 109 ◦ blue 78

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

Shades of Dark Tan #956D4E

Tints of Dark Tan #956D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 44.35%
G = 32.44%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#956D4E (or 0x956D4E) is known color: Dark Tan. HEX triplet: 95, 6D and 4E. RGB value is (149,109,78). Sum of RGB (Red+Green+Blue) = 149+109+78=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D4E is #6A92B1. Grayscale: #757575. Windows color (decimal): -6984370 or 5139861. OLE color: 5139861.

HSL color Cylindrical-coordinate representation of color #956D4E: hue angle of 26.2º 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 #956D4E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 109 78 -
CMYK 0 0.27 0.48 0.42
HSL 26.2º 0.31% 0.45% -
HSV(B) 26.2º 0.48% 0.58% -
XYZ 19.24 17.88 9.64 -
YUV 117.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 149 109 78 0 0.27 0.48 0.42 26.2 0.31 0.45
Hex 95 6D 4E 0 1B 30 2A 1A 1F 2D
Octal 225 155 116 0 33 60 52 32 37 55
Binary 10010101 1101101 1001110 0 11011 110000 101010 11010 11111 101101

Color Harmonies of #956D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956D4E

Black with #956D4E

Text Example


Text Example

White with #956D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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