#946348

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

Shades of Dark Tan #946348

Tints of Dark Tan #946348

Color information

#946348 (or 0x946348) is unknown color: approx Dark Tan. HEX triplet: 94, 63 and 48. RGB value is (148,99,72). Sum of RGB (Red+Green+Blue) = 148+99+72=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946348 is #6B9CB7. Grayscale: #6E6E6E. Windows color (decimal): -7052472 or 4744084. OLE color: 4744084.

HSL color Cylindrical-coordinate representation of color #946348: hue angle of 21.32º 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 #946348 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1489972-
CMYK00.330.510.42
HSL21.32º34.55%43.14%-
HSV(B)21.32º51.35%58.04%-
XYZ17.8415.698.22-
YUV110.57106.23154.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=46.39%
G=31.03%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148997200.330.510.4221.3234.5543.14
Hex946348021332A15232b
Octal2241431100416352254353
Binary1001010011000111001000010000111001110101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946348; }

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

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

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

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

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

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

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

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