#946748

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

Shades of Dark Tan #946748

Tints of Dark Tan #946748

Color information

#946748 (or 0x946748) is unknown color: approx Dark Tan. HEX triplet: 94, 67 and 48. RGB value is (148,103,72). Sum of RGB (Red+Green+Blue) = 148+103+72=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #946748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946748 is #6B98B7. Grayscale: #717171. Windows color (decimal): -7051448 or 4745108. OLE color: 4745108.

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

Color convert

RGB14810372-
CMYK00.300.510.42
HSL24.47º34.55%43.14%-
HSV(B)24.47º51.35%58.04%-
XYZ18.2316.468.35-
YUV112.92104.91153.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=45.82%
G=31.89%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481037200.300.510.4224.4734.5543.14
Hex94674801E332A18232b
Octal2241471100366352304353
Binary100101001100111100100001111011001110101011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946748; }

 p { color: rgb(148,103,72); }

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

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

 a { background-color: rgb(148,103,72); }

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

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

 span { border-color: rgb(148,103,72); }

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