#966628

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

Shades of Afghan Tan #966628

Tints of Afghan Tan #966628

Color information

#966628 (or 0x966628) is unknown color: approx Afghan Tan. HEX triplet: 96, 66 and 28. RGB value is (150,102,40). Sum of RGB (Red+Green+Blue) = 150+102+40=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #966628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966628 is #6999D7. Grayscale: #6D6D6D. Windows color (decimal): -6920664 or 2647702. OLE color: 2647702.

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

Color convert

RGB15010240-
CMYK00.320.730.41
HSL33.82º57.89%37.25%-
HSV(B)33.82º73.33%58.82%-
XYZ17.7116.144.19-
YUV109.2888.9157.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=51.37%
G=34.93%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501024000.320.730.4133.8257.8937.25
Hex9666280204929223a25
Octal2261465004011151427245
Binary10010110110011010100001000001001001101001100010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966628; }

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

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

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

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

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

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

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

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