#956B52

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

Shades of Dark Tan #956B52

Tints of Dark Tan #956B52

Color information

#956B52 (or 0x956B52) is unknown color: approx Dark Tan. HEX triplet: 95, 6B and 52. RGB value is (149,107,82). Sum of RGB (Red+Green+Blue) = 149+107+82=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B52 is #6A94AD. Grayscale: #747474. Windows color (decimal): -6984878 or 5401493. OLE color: 5401493.

HSL color Cylindrical-coordinate representation of color #956B52: hue angle of 22.39º 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 #956B52 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14910782-
CMYK00.280.450.42
HSL22.39º29%45.29%-
HSV(B)22.39º44.97%58.43%-
XYZ19.1817.5110.35-
YUV116.71108.41151.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=44.08%
G=31.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491078200.280.450.4222.392945.29
Hex956B5201C2D2A161d2d
Octal2251531220345552263555
Binary10010101110101110100100111001011011010101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956B52; }

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

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

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

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

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

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

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

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