#95644D

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

Shades of Dark Tan #95644D

Tints of Dark Tan #95644D

Color information

#95644D (or 0x95644D) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 4D. RGB value is (149,100,77). Sum of RGB (Red+Green+Blue) = 149+100+77=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95644D is #6A9BB2. Grayscale: #707070. Windows color (decimal): -6986675 or 5072021. OLE color: 5072021.

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

Color convert

RGB14910077-
CMYK00.330.480.42
HSL19.17º31.86%44.31%-
HSV(B)19.17º48.32%58.43%-
XYZ18.2916.049.15-
YUV112.03108.23154.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=45.71%
G=30.67%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491007700.330.480.4219.1731.8644.31
Hex95644D021302A13202c
Octal2251441150416052234054
Binary1001010111001001001101010000111000010101010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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