#97611F

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

Shades of Afghan Tan #97611F

Tints of Afghan Tan #97611F

Color information

#97611F (or 0x97611F) is unknown color: approx Afghan Tan. HEX triplet: 97, 61 and 1F. RGB value is (151,97,31). Sum of RGB (Red+Green+Blue) = 151+97+31=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97611F is #689EE0. Grayscale: #696969. Windows color (decimal): -6856417 or 2056599. OLE color: 2056599.

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

Color convert

RGB1519731-
CMYK00.360.790.41
HSL33º65.93%35.69%-
HSV(B)33º79.47%59.22%-
XYZ17.2815.233.32-
YUV105.6285.89160.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=54.12%
G=34.77%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151973100.360.790.413365.9335.69
Hex97611F0244F29214224
Octal22714137044117514110244
Binary10010111110000111111010010010011111010011000011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97611F; }

 p { color: rgb(151,97,31); }

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

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

 a { background-color: rgb(151,97,31); }

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

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

 span { border-color: rgb(151,97,31); }

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