#946344

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

Shades of Dark Tan #946344

Tints of Dark Tan #946344

Color information

#946344 (or 0x946344) is unknown color: approx Dark Tan. HEX triplet: 94, 63 and 44. RGB value is (148,99,68). Sum of RGB (Red+Green+Blue) = 148+99+68=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946344 is #6B9CBB. Grayscale: #6E6E6E. Windows color (decimal): -7052476 or 4481940. OLE color: 4481940.

HSL color Cylindrical-coordinate representation of color #946344: hue angle of 23.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946344 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1489968-
CMYK00.330.540.42
HSL23.25º37.04%42.35%-
HSV(B)23.25º54.05%58.04%-
XYZ17.7215.647.55-
YUV110.12104.23155.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=46.98%
G=31.43%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148996800.330.540.4223.2537.0442.35
Hex946344021362A17252a
Octal2241431040416652274552
Binary1001010011000111000100010000111011010101010111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946344; }

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

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

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

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

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

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

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

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