#956545

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

Shades of Dark Tan #956545

Tints of Dark Tan #956545

Color information

#956545 (or 0x956545) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 45. RGB value is (149,101,69). Sum of RGB (Red+Green+Blue) = 149+101+69=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #956545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956545 is #6A9ABA. Grayscale: #6F6F6F. Windows color (decimal): -6986427 or 4547989. OLE color: 4547989.

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

Color convert

RGB14910169-
CMYK00.320.540.42
HSL24º36.7%42.75%-
HSV(B)24º53.69%58.43%-
XYZ18.1216.137.79-
YUV111.7103.9154.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=46.71%
G=31.66%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491016900.320.540.422436.742.75
Hex956545020362A18252b
Octal2251451050406652304553
Binary1001010111001011000101010000011011010101011000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956545; }

 p { color: rgb(149,101,69); }

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

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

 a { background-color: rgb(149,101,69); }

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

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

 span { border-color: rgb(149,101,69); }

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