#966948

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

Shades of Dark Tan #966948

Tints of Dark Tan #966948

Color information

#966948 (or 0x966948) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 48. RGB value is (150,105,72). Sum of RGB (Red+Green+Blue) = 150+105+72=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #966948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966948 is #6996B7. Grayscale: #727272. Windows color (decimal): -6919864 or 4745622. OLE color: 4745622.

HSL color Cylindrical-coordinate representation of color #966948: hue angle of 25.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966948 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15010572-
CMYK00.300.520.41
HSL25.38º35.14%43.53%-
HSV(B)25.38º52%58.82%-
XYZ18.817.068.43-
YUV114.69103.91153.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=45.87%
G=32.11%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501057200.300.520.4125.3835.1443.53
Hex96694801E342919232c
Octal2261511100366451314354
Binary100101101101001100100001111011010010100111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966948; }

 p { color: rgb(150,105,72); }

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

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

 a { background-color: rgb(150,105,72); }

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

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

 span { border-color: rgb(150,105,72); }

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