#95664E

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

Shades of Dark Tan #95664E

Tints of Dark Tan #95664E

Color information

#95664E (or 0x95664E) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 4E. RGB value is (149,102,78). Sum of RGB (Red+Green+Blue) = 149+102+78=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95664E is #6A99B1. Grayscale: #717171. Windows color (decimal): -6986162 or 5138069. OLE color: 5138069.

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

Color convert

RGB14910278-
CMYK00.320.480.42
HSL20.28º31.28%44.51%-
HSV(B)20.28º47.65%58.43%-
XYZ18.5216.449.41-
YUV113.32108.07153.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=45.29%
G=31.00%
B=23.71%

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
Decimal1491027800.320.480.4220.2831.2844.51
Hex95664E020302A141f2d
Octal2251461160406052243755
Binary100101011100110100111001000001100001010101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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