#946553

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

Shades of Dark Tan #946553

Tints of Dark Tan #946553

Color information

#946553 (or 0x946553) is unknown color: approx Dark Tan. HEX triplet: 94, 65 and 53. RGB value is (148,101,83). Sum of RGB (Red+Green+Blue) = 148+101+83=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946553 is #6B9AAC. Grayscale: #717171. Windows color (decimal): -7051949 or 5465492. OLE color: 5465492.

HSL color Cylindrical-coordinate representation of color #946553: hue angle of 16.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #946553 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14810183-
CMYK00.320.440.42
HSL16.62º28.14%45.29%-
HSV(B)16.62º43.92%58.04%-
XYZ18.4316.2310.34-
YUV113111.07152.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 83 (32.81% from 255) = 25%
R=44.58%
G=30.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481018300.320.440.4216.6228.1445.29
Hex9465530202C2A111c2d
Octal2241451230405452213455
Binary100101001100101101001101000001011001010101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946553; }

 p { color: rgb(148,101,83); }

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

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

 a { background-color: rgb(148,101,83); }

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

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

 span { border-color: rgb(148,101,83); }

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