#906521

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

Shades of Afghan Tan #906521

Tints of Afghan Tan #906521

Color information

#906521 (or 0x906521) is unknown color: approx Afghan Tan. HEX triplet: 90, 65 and 21. RGB value is (144,101,33). Sum of RGB (Red+Green+Blue) = 144+101+33=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #906521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906521 is #6F9ADE. Grayscale: #6A6A6A. Windows color (decimal): -7314143 or 2188688. OLE color: 2188688.

HSL color Cylindrical-coordinate representation of color #906521: hue angle of 36.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #906521 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14410133-
CMYK00.300.770.44
HSL36.76º62.71%34.71%-
HSV(B)36.76º77.08%56.47%-
XYZ16.4315.353.54-
YUV106.186.75155.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=51.80%
G=36.33%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441013300.300.770.4436.7662.7134.71
Hex90652101E4D2C253f23
Octal2201454103611554457743
Binary1001000011001011000010111101001101101100100101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906521; }

 p { color: rgb(144,101,33); }

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

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

 a { background-color: rgb(144,101,33); }

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

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

 span { border-color: rgb(144,101,33); }

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