#95624F

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

Shades of Dark Tan #95624F

Tints of Dark Tan #95624F

Color information

#95624F (or 0x95624F) is unknown color: approx Dark Tan. HEX triplet: 95, 62 and 4F. RGB value is (149,98,79). Sum of RGB (Red+Green+Blue) = 149+98+79=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95624F is #6A9DB0. Grayscale: #6F6F6F. Windows color (decimal): -6987185 or 5202581. OLE color: 5202581.

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

Color convert

RGB1499879-
CMYK00.340.470.42
HSL16.29º30.7%44.71%-
HSV(B)16.29º46.98%58.43%-
XYZ18.1715.699.47-
YUV111.08109.9155.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=45.71%
G=30.06%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149987900.340.470.4216.2930.744.71
Hex95624F0222F2A101f2d
Octal2251421170425752203755
Binary100101011100010100111101000101011111010101000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95624F; }

 p { color: rgb(149,98,79); }

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

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

 a { background-color: rgb(149,98,79); }

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

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

 span { border-color: rgb(149,98,79); }

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