#946245

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

Shades of Dark Tan #946245

Tints of Dark Tan #946245

Color information

#946245 (or 0x946245) is unknown color: approx Dark Tan. HEX triplet: 94, 62 and 45. RGB value is (148,98,69). Sum of RGB (Red+Green+Blue) = 148+98+69=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946245 is #6B9DBA. Grayscale: #6D6D6D. Windows color (decimal): -7052731 or 4547220. OLE color: 4547220.

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

Color convert

RGB1489869-
CMYK00.340.530.42
HSL22.03º36.41%42.55%-
HSV(B)22.03º53.38%58.04%-
XYZ17.6515.467.68-
YUV109.64105.06155.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=46.98%
G=31.11%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148986900.340.530.4222.0336.4142.55
Hex946245022352A16242b
Octal2241421050426552264453
Binary1001010011000101000101010001011010110101010110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946245; }

 p { color: rgb(148,98,69); }

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

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

 a { background-color: rgb(148,98,69); }

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

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

 span { border-color: rgb(148,98,69); }

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