#95674D

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

Shades of Dark Tan #95674D

Tints of Dark Tan #95674D

Color information

#95674D (or 0x95674D) is unknown color: approx Dark Tan. HEX triplet: 95, 67 and 4D. RGB value is (149,103,77). Sum of RGB (Red+Green+Blue) = 149+103+77=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95674D is #6A98B2. Grayscale: #717171. Windows color (decimal): -6985907 or 5072789. OLE color: 5072789.

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

Color convert

RGB14910377-
CMYK00.310.480.42
HSL21.67º31.86%44.31%-
HSV(B)21.67º48.32%58.43%-
XYZ18.5816.639.25-
YUV113.79107.24153.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=45.29%
G=31.31%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491037700.310.480.4221.6731.8644.31
Hex95674D01F302A16202c
Octal2251471150376052264054
Binary100101011100111100110101111111000010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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