#956948

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

Shades of Dark Tan #956948

Tints of Dark Tan #956948

Color information

#956948 (or 0x956948) is unknown color: approx Dark Tan. HEX triplet: 95, 69 and 48. RGB value is (149,105,72). Sum of RGB (Red+Green+Blue) = 149+105+72=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #956948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956948 is #6A96B7. Grayscale: #727272. Windows color (decimal): -6985400 or 4745621. OLE color: 4745621.

HSL color Cylindrical-coordinate representation of color #956948: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956948 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14910572-
CMYK00.300.520.42
HSL25.71º34.84%43.33%-
HSV(B)25.71º51.68%58.43%-
XYZ18.6216.968.42-
YUV114.39104.08152.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=45.71%
G=32.21%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491057200.300.520.4225.7134.8443.33
Hex95694801E342A1a232b
Octal2251511100366452324353
Binary100101011101001100100001111011010010101011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956948; }

 p { color: rgb(149,105,72); }

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

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

 a { background-color: rgb(149,105,72); }

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

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

 span { border-color: rgb(149,105,72); }

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