#956851

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

Shades of Dark Tan #956851

Tints of Dark Tan #956851

Color information

#956851 (or 0x956851) is unknown color: approx Dark Tan. HEX triplet: 95, 68 and 51. RGB value is (149,104,81). Sum of RGB (Red+Green+Blue) = 149+104+81=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956851 is #6A97AE. Grayscale: #727272. Windows color (decimal): -6985647 or 5335189. OLE color: 5335189.

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

Color convert

RGB14910481-
CMYK00.300.460.42
HSL20.29º29.57%45.1%-
HSV(B)20.29º45.64%58.43%-
XYZ18.8316.8810.05-
YUV114.83108.91152.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=44.61%
G=31.14%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491048100.300.460.4220.2929.5745.1
Hex95685101E2E2A141e2d
Octal2251501210365652243655
Binary10010101110100010100010111101011101010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956851; }

 p { color: rgb(149,104,81); }

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

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

 a { background-color: rgb(149,104,81); }

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

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

 span { border-color: rgb(149,104,81); }

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