#956952

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

Shades of Dark Tan #956952

Tints of Dark Tan #956952

Color information

#956952 (or 0x956952) is unknown color: approx Dark Tan. HEX triplet: 95, 69 and 52. RGB value is (149,105,82). Sum of RGB (Red+Green+Blue) = 149+105+82=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956952 is #6A96AD. Grayscale: #737373. Windows color (decimal): -6985390 or 5400981. OLE color: 5400981.

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

Color convert

RGB14910582-
CMYK00.300.450.42
HSL20.6º29%45.29%-
HSV(B)20.6º44.97%58.43%-
XYZ18.9717.110.28-
YUV115.53109.08151.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=44.35%
G=31.25%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491058200.300.450.4220.62945.29
Hex95695201E2D2A151d2d
Octal2251511220365552253555
Binary10010101110100110100100111101011011010101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956952; }

 p { color: rgb(149,105,82); }

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

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

 a { background-color: rgb(149,105,82); }

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

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

 span { border-color: rgb(149,105,82); }

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