#976629

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

Shades of Afghan Tan #976629

Tints of Afghan Tan #976629

Color information

#976629 (or 0x976629) is unknown color: approx Afghan Tan. HEX triplet: 97, 66 and 29. RGB value is (151,102,41). Sum of RGB (Red+Green+Blue) = 151+102+41=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #976629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976629 is #6899D6. Grayscale: #6D6D6D. Windows color (decimal): -6855127 or 2713239. OLE color: 2713239.

HSL color Cylindrical-coordinate representation of color #976629: hue angle of 33.27º 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 #976629 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15110241-
CMYK00.320.730.41
HSL33.27º57.29%37.65%-
HSV(B)33.27º72.85%59.22%-
XYZ17.9116.244.29-
YUV109.789.23157.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=51.36%
G=34.69%
B=13.95%

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
Decimal1511024100.320.730.4133.2757.2937.65
Hex9766290204929213926
Octal2271465104011151417146
Binary10010111110011010100101000001001001101001100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976629; }

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

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

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

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

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

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

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

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