#956650

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

Shades of Dark Tan #956650

Tints of Dark Tan #956650

Color information

#956650 (or 0x956650) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 50. RGB value is (149,102,80). Sum of RGB (Red+Green+Blue) = 149+102+80=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956650 is #6A99AF. Grayscale: #717171. Windows color (decimal): -6986160 or 5269141. OLE color: 5269141.

HSL color Cylindrical-coordinate representation of color #956650: hue angle of 19.13º 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 #956650 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14910280-
CMYK00.320.460.42
HSL19.13º30.13%44.9%-
HSV(B)19.13º46.31%58.43%-
XYZ18.5916.479.79-
YUV113.54109.07153.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=45.02%
G=30.82%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491028000.320.460.4219.1330.1344.9
Hex9566500202E2A131e2d
Octal2251461200405652233655
Binary100101011100110101000001000001011101010101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956650; }

 p { color: rgb(149,102,80); }

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

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

 a { background-color: rgb(149,102,80); }

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

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

 span { border-color: rgb(149,102,80); }

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