#95684E

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

Shades of Dark Tan #95684E

Tints of Dark Tan #95684E

Color information

#95684E (or 0x95684E) is unknown color: approx Dark Tan. HEX triplet: 95, 68 and 4E. RGB value is (149,104,78). Sum of RGB (Red+Green+Blue) = 149+104+78=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95684E is #6A97B1. Grayscale: #727272. Windows color (decimal): -6985650 or 5138581. OLE color: 5138581.

HSL color Cylindrical-coordinate representation of color #95684E: hue angle of 21.97º 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 #95684E is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14910478-
CMYK00.300.480.42
HSL21.97º31.28%44.51%-
HSV(B)21.97º47.65%58.43%-
XYZ18.7216.849.47-
YUV114.49107.41152.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=45.02%
G=31.42%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491047800.300.480.4221.9731.2844.51
Hex95684E01E302A161f2d
Octal2251501160366052263755
Binary10010101110100010011100111101100001010101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95684E; }

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

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

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

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

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

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

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

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