#95674E

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

Shades of Dark Tan #95674E

Tints of Dark Tan #95674E

Color information

#95674E (or 0x95674E) is unknown color: approx Dark Tan. HEX triplet: 95, 67 and 4E. RGB value is (149,103,78). Sum of RGB (Red+Green+Blue) = 149+103+78=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95674E is #6A98B1. Grayscale: #727272. Windows color (decimal): -6985906 or 5138325. OLE color: 5138325.

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

Color convert

RGB14910378-
CMYK00.310.480.42
HSL21.13º31.28%44.51%-
HSV(B)21.13º47.65%58.43%-
XYZ18.6216.649.44-
YUV113.9107.74153.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=45.15%
G=31.21%
B=23.64%

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
Decimal1491037800.310.480.4221.1331.2844.51
Hex95674E01F302A151f2d
Octal2251471160376052253755
Binary10010101110011110011100111111100001010101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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