#95664B

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

Shades of Dark Tan #95664B

Tints of Dark Tan #95664B

Color information

#95664B (or 0x95664B) is unknown color: approx Dark Tan. HEX triplet: 95, 66 and 4B. RGB value is (149,102,75). Sum of RGB (Red+Green+Blue) = 149+102+75=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95664B is #6A99B4. Grayscale: #717171. Windows color (decimal): -6986165 or 4941461. OLE color: 4941461.

HSL color Cylindrical-coordinate representation of color #95664B: hue angle of 21.89º 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 #95664B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910275-
CMYK00.320.500.42
HSL21.89º33.04%43.92%-
HSV(B)21.89º49.66%58.43%-
XYZ18.4216.48.85-
YUV112.97106.57153.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=45.71%
G=31.29%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491027500.320.500.4221.8933.0443.92
Hex95664B020322A16212c
Octal2251461130406252264154
Binary1001010111001101001011010000011001010101010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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