#956C4B

Color #956C4B Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #956C4B

Tints of Dark Tan #956C4B

Color information

#956C4B (or 0x956C4B) is unknown color: approx Dark Tan. HEX triplet: 95, 6C and 4B. RGB value is (149,108,75). Sum of RGB (Red+Green+Blue) = 149+108+75=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C4B is #6A93B4. Grayscale: #747474. Windows color (decimal): -6984629 or 4942997. OLE color: 4942997.

HSL color Cylindrical-coordinate representation of color #956C4B: hue angle of 26.76º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #956C4B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910875-
CMYK00.280.500.42
HSL26.76º33.04%43.92%-
HSV(B)26.76º49.66%58.43%-
XYZ19.0317.629.06-
YUV116.5104.58151.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=44.88%
G=32.53%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491087500.280.500.4226.7633.0443.92
Hex956C4B01C322A1b212c
Octal2251541130346252334154
Binary100101011101100100101101110011001010101011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,75); }

 H1.HeaderClassName
 {
   color: #956C4B;
 }
 .AnyTagClassName
 {
   color: #956C4B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,108,75); }

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

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

 span { border-color: rgb(149,108,75); }

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