#96621F

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

Shades of Afghan Tan #96621F

Tints of Afghan Tan #96621F

Color information

#96621F (or 0x96621F) is unknown color: approx Afghan Tan. HEX triplet: 96, 62 and 1F. RGB value is (150,98,31). Sum of RGB (Red+Green+Blue) = 150+98+31=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621F is #699DE0. Grayscale: #6A6A6A. Windows color (decimal): -6921697 or 2056854. OLE color: 2056854.

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

Color convert

RGB1509831-
CMYK00.350.790.41
HSL33.78º65.75%35.49%-
HSV(B)33.78º79.33%58.82%-
XYZ17.1915.323.35-
YUV105.9185.73159.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=53.76%
G=35.13%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150983100.350.790.4133.7865.7535.49
Hex96621F0234F29224223
Octal22614237043117514210243
Binary10010110110001011111010001110011111010011000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,98,31); }

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

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

 a { background-color: rgb(150,98,31); }

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

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

 span { border-color: rgb(150,98,31); }

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