#956A4C

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

Shades of Dark Tan #956A4C

Tints of Dark Tan #956A4C

Color information

#956A4C (or 0x956A4C) is unknown color: approx Dark Tan. HEX triplet: 95, 6A and 4C. RGB value is (149,106,76). Sum of RGB (Red+Green+Blue) = 149+106+76=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A4C is #6A95B3. Grayscale: #737373. Windows color (decimal): -6985140 or 5008021. OLE color: 5008021.

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

Color convert

RGB14910676-
CMYK00.290.490.42
HSL24.66º32.44%44.12%-
HSV(B)24.66º48.99%58.43%-
XYZ18.8517.229.17-
YUV115.44105.75151.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=45.02%
G=32.02%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491067600.290.490.4224.6632.4444.12
Hex956A4C01D312A19202c
Octal2251521140356152314054
Binary100101011101010100110001110111000110101011001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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