#966823

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

Shades of Afghan Tan #966823

Tints of Afghan Tan #966823

Color information

#966823 (or 0x966823) is unknown color: approx Afghan Tan. HEX triplet: 96, 68 and 23. RGB value is (150,104,35). Sum of RGB (Red+Green+Blue) = 150+104+35=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #966823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966823 is #6997DC. Grayscale: #6E6E6E. Windows color (decimal): -6920157 or 2320534. OLE color: 2320534.

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

Color convert

RGB15010435-
CMYK00.310.770.41
HSL36º62.16%36.27%-
HSV(B)36º76.67%58.82%-
XYZ17.8316.513.84-
YUV109.8985.74156.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=51.90%
G=35.99%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501043500.310.770.413662.1636.27
Hex96682301F4D29243e24
Octal2261504303711551447644
Binary1001011011010001000110111111001101101001100100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966823; }

 p { color: rgb(150,104,35); }

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

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

 a { background-color: rgb(150,104,35); }

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

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

 span { border-color: rgb(150,104,35); }

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