#956B51

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

Shades of Dark Tan #956B51

Tints of Dark Tan #956B51

Color information

#956B51 (or 0x956B51) is unknown color: approx Dark Tan. HEX triplet: 95, 6B and 51. RGB value is (149,107,81). Sum of RGB (Red+Green+Blue) = 149+107+81=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B51 is #6A94AE. Grayscale: #747474. Windows color (decimal): -6984879 or 5335957. OLE color: 5335957.

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

Color convert

RGB14910781-
CMYK00.280.460.42
HSL22.94º29.57%45.1%-
HSV(B)22.94º45.64%58.43%-
XYZ19.1417.510.15-
YUV116.59107.91151.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=44.21%
G=31.75%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491078100.280.460.4222.9429.5745.1
Hex956B5101C2E2A171e2d
Octal2251531210345652273655
Binary10010101110101110100010111001011101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,81); }

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

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

 a { background-color: rgb(149,107,81); }

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

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

 span { border-color: rgb(149,107,81); }

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