#95694A

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

Shades of Dark Tan #95694A

Tints of Dark Tan #95694A

Color information

#95694A (or 0x95694A) is unknown color: approx Dark Tan. HEX triplet: 95, 69 and 4A. RGB value is (149,105,74). Sum of RGB (Red+Green+Blue) = 149+105+74=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95694A is #6A96B5. Grayscale: #727272. Windows color (decimal): -6985398 or 4876693. OLE color: 4876693.

HSL color Cylindrical-coordinate representation of color #95694A: hue angle of 24.8º degrees, saturation: 0.34, 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 #95694A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910574-
CMYK00.300.500.42
HSL24.8º33.63%43.73%-
HSV(B)24.8º50.34%58.43%-
XYZ18.6816.998.77-
YUV114.62105.08152.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=45.43%
G=32.01%
B=22.56%

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
Decimal1491057400.300.500.4224.833.6343.73
Hex95694A01E322A19222c
Octal2251511120366252314254
Binary100101011101001100101001111011001010101011001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95694A; }

 p { color: rgb(149,105,74); }

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

<style>
 a { background-color: #95694A; }

 a { background-color: rgb(149,105,74); }

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

<style>
 span { border-color: #95694A; }

 span { border-color: rgb(149,105,74); }

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