#966146

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

Shades of Dark Tan #966146

Tints of Dark Tan #966146

Color information

#966146 (or 0x966146) is unknown color: approx Dark Tan. HEX triplet: 96, 61 and 46. RGB value is (150,97,70). Sum of RGB (Red+Green+Blue) = 150+97+70=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966146 is #699EB9. Grayscale: #6D6D6D. Windows color (decimal): -6921914 or 4612502. OLE color: 4612502.

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

Color convert

RGB1509770-
CMYK00.350.530.41
HSL20.25º36.36%43.14%-
HSV(B)20.25º53.33%58.82%-
XYZ17.9615.487.83-
YUV109.77105.56156.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=47.32%
G=30.60%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150977000.350.530.4120.2536.3643.14
Hex966146023352914242b
Octal2261411060436551244453
Binary1001011011000011000110010001111010110100110100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966146; }

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

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

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

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

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

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

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

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