#95674C

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

Shades of Dark Tan #95674C

Tints of Dark Tan #95674C

Color information

#95674C (or 0x95674C) is unknown color: approx Dark Tan. HEX triplet: 95, 67 and 4C. RGB value is (149,103,76). Sum of RGB (Red+Green+Blue) = 149+103+76=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95674C is #6A98B3. Grayscale: #717171. Windows color (decimal): -6985908 or 5007253. OLE color: 5007253.

HSL color Cylindrical-coordinate representation of color #95674C: hue angle of 22.19º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95674C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14910376-
CMYK00.310.490.42
HSL22.19º32.44%44.12%-
HSV(B)22.19º48.99%58.43%-
XYZ18.5516.619.07-
YUV113.68106.74153.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=45.43%
G=31.40%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491037600.310.490.4222.1932.4444.12
Hex95674C01F312A16202c
Octal2251471140376152264054
Binary100101011100111100110001111111000110101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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