#966653

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

Shades of Dark Tan #966653

Tints of Dark Tan #966653

Color information

#966653 (or 0x966653) is unknown color: approx Dark Tan. HEX triplet: 96, 66 and 53. RGB value is (150,102,83). Sum of RGB (Red+Green+Blue) = 150+102+83=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966653 is #6999AC. Grayscale: #727272. Windows color (decimal): -6920621 or 5465750. OLE color: 5465750.

HSL color Cylindrical-coordinate representation of color #966653: hue angle of 17.01º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966653 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15010283-
CMYK00.320.450.41
HSL17.01º28.76%45.69%-
HSV(B)17.01º44.67%58.82%-
XYZ18.8916.6110.39-
YUV114.19110.4153.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=44.78%
G=30.45%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501028300.320.450.4117.0128.7645.69
Hex9666530202D29111d2e
Octal2261461230405551213556
Binary100101101100110101001101000001011011010011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966653; }

 p { color: rgb(150,102,83); }

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

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

 a { background-color: rgb(150,102,83); }

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

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

 span { border-color: rgb(150,102,83); }

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