#956A4B

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

Shades of Dark Tan #956A4B

Tints of Dark Tan #956A4B

Color information

#956A4B (or 0x956A4B) is unknown color: approx Dark Tan. HEX triplet: 95, 6A and 4B. RGB value is (149,106,75). Sum of RGB (Red+Green+Blue) = 149+106+75=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A4B is #6A95B4. Grayscale: #737373. Windows color (decimal): -6985141 or 4942485. OLE color: 4942485.

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

Color convert

RGB14910675-
CMYK00.290.500.42
HSL25.14º33.04%43.92%-
HSV(B)25.14º49.66%58.43%-
XYZ18.8217.218.99-
YUV115.32105.25152.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=45.15%
G=32.12%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491067500.290.500.4225.1433.0443.92
Hex956A4B01D322A19212c
Octal2251521130356252314154
Binary100101011101010100101101110111001010101011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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