#956C4E

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

Shades of Dark Tan #956C4E

Tints of Dark Tan #956C4E

Color information

#956C4E (or 0x956C4E) is unknown color: approx Dark Tan. HEX triplet: 95, 6C and 4E. RGB value is (149,108,78). Sum of RGB (Red+Green+Blue) = 149+108+78=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C4E is #6A93B1. Grayscale: #747474. Windows color (decimal): -6984626 or 5139605. OLE color: 5139605.

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

Color convert

RGB14910878-
CMYK00.280.480.42
HSL25.35º31.28%44.51%-
HSV(B)25.35º47.65%58.43%-
XYZ19.1317.669.61-
YUV116.84106.08150.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=44.48%
G=32.24%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491087800.280.480.4225.3531.2844.51
Hex956C4E01C302A191f2d
Octal2251541160346052313755
Binary10010101110110010011100111001100001010101100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,78); }

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

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

 a { background-color: rgb(149,108,78); }

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

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

 span { border-color: rgb(149,108,78); }

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