#95644E

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

Shades of Dark Tan #95644E

Tints of Dark Tan #95644E

Color information

#95644E (or 0x95644E) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 4E. RGB value is (149,100,78). Sum of RGB (Red+Green+Blue) = 149+100+78=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95644E is #6A9BB1. Grayscale: #707070. Windows color (decimal): -6986674 or 5137557. OLE color: 5137557.

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

Color convert

RGB14910078-
CMYK00.330.480.42
HSL18.59º31.28%44.51%-
HSV(B)18.59º47.65%58.43%-
XYZ18.3316.059.34-
YUV112.14108.73154.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=45.57%
G=30.58%
B=23.85%

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
Decimal1491007800.330.480.4218.5931.2844.51
Hex95644E021302A131f2d
Octal2251441160416052233755
Binary100101011100100100111001000011100001010101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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