#95654F

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

Shades of Dark Tan #95654F

Tints of Dark Tan #95654F

Color information

#95654F (or 0x95654F) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 4F. RGB value is (149,101,79). Sum of RGB (Red+Green+Blue) = 149+101+79=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95654F is #6A9AB0. Grayscale: #707070. Windows color (decimal): -6986417 or 5203349. OLE color: 5203349.

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

Color convert

RGB14910179-
CMYK00.320.470.42
HSL18.86º30.7%44.71%-
HSV(B)18.86º46.98%58.43%-
XYZ18.4616.269.56-
YUV112.84108.9153.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=45.29%
G=30.70%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491017900.320.470.4218.8630.744.71
Hex95654F0202F2A131f2d
Octal2251451170405752233755
Binary100101011100101100111101000001011111010101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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