#976027

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

Shades of Afghan Tan #976027

Tints of Afghan Tan #976027

Color information

#976027 (or 0x976027) is unknown color: approx Afghan Tan. HEX triplet: 97, 60 and 27. RGB value is (151,96,39). Sum of RGB (Red+Green+Blue) = 151+96+39=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #976027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976027 is #689FD8. Grayscale: #6A6A6A. Windows color (decimal): -6856665 or 2580631. OLE color: 2580631.

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

Color convert

RGB1519639-
CMYK00.360.740.41
HSL30.54º58.95%37.25%-
HSV(B)30.54º74.17%59.22%-
XYZ17.3115.093.92-
YUV105.9590.22160.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.80%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=52.80%
G=33.57%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151963900.360.740.4130.5458.9537.25
Hex9760270244A291f3b25
Octal2271404704411251377345
Binary1001011111000001001110100100100101010100111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976027; }

 p { color: rgb(151,96,39); }

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

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

 a { background-color: rgb(151,96,39); }

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

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

 span { border-color: rgb(151,96,39); }

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