#956351

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

Shades of Dark Tan #956351

Tints of Dark Tan #956351

Color information

#956351 (or 0x956351) is unknown color: approx Dark Tan. HEX triplet: 95, 63 and 51. RGB value is (149,99,81). Sum of RGB (Red+Green+Blue) = 149+99+81=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #956351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956351 is #6A9CAE. Grayscale: #707070. Windows color (decimal): -6986927 or 5333909. OLE color: 5333909.

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

Color convert

RGB1499981-
CMYK00.340.460.42
HSL15.88º29.57%45.1%-
HSV(B)15.88º45.64%58.43%-
XYZ18.3415.919.89-
YUV111.9110.56154.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=45.29%
G=30.09%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149998100.340.460.4215.8829.5745.1
Hex9563510222E2A101e2d
Octal2251431210425652203655
Binary100101011100011101000101000101011101010101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956351; }

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

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

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

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

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

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

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

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