#946547

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

Shades of Dark Tan #946547

Tints of Dark Tan #946547

Color information

#946547 (or 0x946547) is unknown color: approx Dark Tan. HEX triplet: 94, 65 and 47. RGB value is (148,101,71). Sum of RGB (Red+Green+Blue) = 148+101+71=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #946547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946547 is #6B9AB8. Grayscale: #6F6F6F. Windows color (decimal): -7051961 or 4679060. OLE color: 4679060.

HSL color Cylindrical-coordinate representation of color #946547: hue angle of 23.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946547 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14810171-
CMYK00.320.520.42
HSL23.38º35.16%42.94%-
HSV(B)23.38º52.03%58.04%-
XYZ1816.068.11-
YUV111.63105.07153.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=46.25%
G=31.56%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481017100.320.520.4223.3835.1642.94
Hex946547020342A17232b
Octal2241451070406452274353
Binary1001010011001011000111010000011010010101010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946547; }

 p { color: rgb(148,101,71); }

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

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

 a { background-color: rgb(148,101,71); }

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

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

 span { border-color: rgb(148,101,71); }

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