#946652

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

Shades of Dark Tan #946652

Tints of Dark Tan #946652

Color information

#946652 (or 0x946652) is unknown color: approx Dark Tan. HEX triplet: 94, 66 and 52. RGB value is (148,102,82). Sum of RGB (Red+Green+Blue) = 148+102+82=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946652 is #6B99AD. Grayscale: #717171. Windows color (decimal): -7051694 or 5400212. OLE color: 5400212.

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

Color convert

RGB14810282-
CMYK00.310.450.42
HSL18.18º28.7%45.1%-
HSV(B)18.18º44.59%58.04%-
XYZ18.4916.4110.18-
YUV113.47110.24152.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=44.58%
G=30.72%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481028200.310.450.4218.1828.745.1
Hex94665201F2D2A121d2d
Octal2241461220375552223555
Binary10010100110011010100100111111011011010101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946652; }

 p { color: rgb(148,102,82); }

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

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

 a { background-color: rgb(148,102,82); }

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

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

 span { border-color: rgb(148,102,82); }

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