#956451

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

Shades of Dark Tan #956451

Tints of Dark Tan #956451

Color information

#956451 (or 0x956451) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 51. RGB value is (149,100,81). Sum of RGB (Red+Green+Blue) = 149+100+81=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956451 is #6A9BAE. Grayscale: #707070. Windows color (decimal): -6986671 or 5334165. OLE color: 5334165.

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

Color convert

RGB14910081-
CMYK00.330.460.42
HSL16.76º29.57%45.1%-
HSV(B)16.76º45.64%58.43%-
XYZ18.4416.19.92-
YUV112.48110.23154.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=45.15%
G=30.30%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491008100.330.460.4216.7629.5745.1
Hex9564510212E2A111e2d
Octal2251441210415652213655
Binary100101011100100101000101000011011101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956451; }

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

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

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

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

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

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

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

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