#95664D

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

Shades of Dark Tan #95664D

Tints of Dark Tan #95664D

Color information

#95664D (or 0x95664D) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 4D. RGB value is (149,102,77). Sum of RGB (Red+Green+Blue) = 149+102+77=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95664D is #6A99B2. Grayscale: #717171. Windows color (decimal): -6986163 or 5072533. OLE color: 5072533.

HSL color Cylindrical-coordinate representation of color #95664D: hue angle of 20.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95664D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14910277-
CMYK00.320.480.42
HSL20.83º31.86%44.31%-
HSV(B)20.83º48.32%58.43%-
XYZ18.4916.439.22-
YUV113.2107.57153.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=45.43%
G=31.10%
B=23.48%

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
Decimal1491027700.320.480.4220.8331.8644.31
Hex95664D020302A15202c
Octal2251461150406052254054
Binary1001010111001101001101010000011000010101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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