#956349

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

Shades of Dark Tan #956349

Tints of Dark Tan #956349

Color information

#956349 (or 0x956349) is unknown color: approx Dark Tan. HEX triplet: 95, 63 and 49. RGB value is (149,99,73). Sum of RGB (Red+Green+Blue) = 149+99+73=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #956349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956349 is #6A9CB6. Grayscale: #6F6F6F. Windows color (decimal): -6986935 or 4809621. OLE color: 4809621.

HSL color Cylindrical-coordinate representation of color #956349: hue angle of 20.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956349 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1499973-
CMYK00.340.510.42
HSL20.53º34.23%43.53%-
HSV(B)20.53º51.01%58.43%-
XYZ18.0615.798.4-
YUV110.99106.56155.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=46.42%
G=30.84%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149997300.340.510.4220.5334.2343.53
Hex956349022332A15222c
Octal2251431110426352254254
Binary1001010111000111001001010001011001110101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956349; }

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

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

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

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

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

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

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

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