#976329

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

Shades of Afghan Tan #976329

Tints of Afghan Tan #976329

Color information

#976329 (or 0x976329) is unknown color: approx Afghan Tan. HEX triplet: 97, 63 and 29. RGB value is (151,99,41). Sum of RGB (Red+Green+Blue) = 151+99+41=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #976329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976329 is #689CD6. Grayscale: #6C6C6C. Windows color (decimal): -6855895 or 2712471. OLE color: 2712471.

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

Color convert

RGB1519941-
CMYK00.340.730.41
HSL31.64º57.29%37.65%-
HSV(B)31.64º72.85%59.22%-
XYZ17.6215.664.19-
YUV107.9490.23158.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=51.89%
G=34.02%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151994100.340.730.4131.6457.2937.65
Hex9763290224929203926
Octal2271435104211151407146
Binary10010111110001110100101000101001001101001100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976329; }

 p { color: rgb(151,99,41); }

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

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

 a { background-color: rgb(151,99,41); }

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

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

 span { border-color: rgb(151,99,41); }

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