#966250

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

Shades of Dark Tan #966250

Tints of Dark Tan #966250

Color information

#966250 (or 0x966250) is unknown color: approx Dark Tan. HEX triplet: 96, 62 and 50. RGB value is (150,98,80). Sum of RGB (Red+Green+Blue) = 150+98+80=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #966250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966250 is #699DAF. Grayscale: #6F6F6F. Windows color (decimal): -6921648 or 5268118. OLE color: 5268118.

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

Color convert

RGB1509880-
CMYK00.350.470.41
HSL15.43º30.43%45.1%-
HSV(B)15.43º46.67%58.82%-
XYZ18.3915.89.67-
YUV111.5110.23155.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=45.73%
G=29.88%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150988000.350.470.4115.4330.4345.1
Hex9662500232F29f1e2d
Octal2261421200435751173655
Binary10010110110001010100000100011101111101001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966250; }

 p { color: rgb(150,98,80); }

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

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

 a { background-color: rgb(150,98,80); }

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

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

 span { border-color: rgb(150,98,80); }

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