#966327

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

Shades of Afghan Tan #966327

Tints of Afghan Tan #966327

Color information

#966327 (or 0x966327) is unknown color: approx Afghan Tan. HEX triplet: 96, 63 and 27. RGB value is (150,99,39). Sum of RGB (Red+Green+Blue) = 150+99+39=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966327 is #699CD8. Grayscale: #6B6B6B. Windows color (decimal): -6921433 or 2581398. OLE color: 2581398.

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

Color convert

RGB1509939-
CMYK00.340.740.41
HSL32.43º58.73%37.06%-
HSV(B)32.43º74%58.82%-
XYZ17.4115.554-
YUV107.4189.4158.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=52.08%
G=34.38%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150993900.340.740.4132.4358.7337.06
Hex9663270224A29203b25
Octal2261434704211251407345
Binary10010110110001110011101000101001010101001100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966327; }

 p { color: rgb(150,99,39); }

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

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

 a { background-color: rgb(150,99,39); }

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

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

 span { border-color: rgb(150,99,39); }

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