#946146

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

Shades of Dark Tan #946146

Tints of Dark Tan #946146

Color information

#946146 (or 0x946146) is unknown color: approx Dark Tan. HEX triplet: 94, 61 and 46. RGB value is (148,97,70). Sum of RGB (Red+Green+Blue) = 148+97+70=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946146 is #6B9EB9. Grayscale: #6D6D6D. Windows color (decimal): -7052986 or 4612500. OLE color: 4612500.

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

Color convert

RGB1489770-
CMYK00.340.530.42
HSL20.77º35.78%42.75%-
HSV(B)20.77º52.7%58.04%-
XYZ17.5915.297.82-
YUV109.17105.9155.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=46.98%
G=30.79%
B=22.22%

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
Decimal148977000.340.530.4220.7735.7842.75
Hex946146022352A15242b
Octal2241411060426552254453
Binary1001010011000011000110010001011010110101010101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946146; }

 p { color: rgb(148,97,70); }

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

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

 a { background-color: rgb(148,97,70); }

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

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

 span { border-color: rgb(148,97,70); }

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