#95684B

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

Shades of Dark Tan #95684B

Tints of Dark Tan #95684B

Color information

#95684B (or 0x95684B) is unknown color: approx Dark Tan. HEX triplet: 95, 68 and 4B. RGB value is (149,104,75). Sum of RGB (Red+Green+Blue) = 149+104+75=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95684B is #6A97B4. Grayscale: #727272. Windows color (decimal): -6985653 or 4941973. OLE color: 4941973.

HSL color Cylindrical-coordinate representation of color #95684B: hue angle of 23.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95684B is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910475-
CMYK00.300.500.42
HSL23.51º33.04%43.92%-
HSV(B)23.51º49.66%58.43%-
XYZ18.6116.88.92-
YUV114.15105.91152.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=45.43%
G=31.71%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491047500.300.500.4223.5133.0443.92
Hex95684B01E322A18212c
Octal2251501130366252304154
Binary100101011101000100101101111011001010101011000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95684B; }

 p { color: rgb(149,104,75); }

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

<style>
 a { background-color: #95684B; }

 a { background-color: rgb(149,104,75); }

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

<style>
 span { border-color: #95684B; }

 span { border-color: rgb(149,104,75); }

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