Html Css Color HEX #956E4C Dark Tan

📋 copy color: '#956E4C'

red 149 ◦ green 110 ◦ blue 76

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

Shades of Dark Tan #956E4C

Tints of Dark Tan #956E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 44.48%
G = 32.84%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#956E4C (or 0x956E4C) is known color: Dark Tan. HEX triplet: 95, 6E and 4C. RGB value is (149,110,76). Sum of RGB (Red+Green+Blue) = 149+110+76=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E4C is #6A91B3. Grayscale: #757575. Windows color (decimal): -6984116 or 5009045. OLE color: 5009045.

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

Color convert

RGB 149 110 76 -
CMYK 0 0.26 0.49 0.42
HSL 27.95º 0.32% 0.44% -
HSV(B) 27.95º 0.49% 0.58% -
XYZ 19.27 18.06 9.31 -
YUV 117.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 149 110 76 0 0.26 0.49 0.42 27.95 0.32 0.44
Hex 95 6E 4C 0 1A 31 2A 1C 20 2C
Octal 225 156 114 0 32 61 52 34 40 54
Binary 10010101 1101110 1001100 0 11010 110001 101010 11100 100000 101100

Color Harmonies of #956E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956E4C

Black with #956E4C

Text Example


Text Example

White with #956E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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