#95654E

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

Shades of Dark Tan #95654E

Tints of Dark Tan #95654E

Color information

#95654E (or 0x95654E) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 4E. RGB value is (149,101,78). Sum of RGB (Red+Green+Blue) = 149+101+78=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95654E is #6A9AB1. Grayscale: #707070. Windows color (decimal): -6986418 or 5137813. OLE color: 5137813.

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

Color convert

RGB14910178-
CMYK00.320.480.42
HSL19.44º31.28%44.51%-
HSV(B)19.44º47.65%58.43%-
XYZ18.4216.259.37-
YUV112.73108.4153.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=45.43%
G=30.79%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491017800.320.480.4219.4431.2844.51
Hex95654E020302A131f2d
Octal2251451160406052233755
Binary100101011100101100111001000001100001010101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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