#906326

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

Shades of Afghan Tan #906326

Tints of Afghan Tan #906326

Color information

#906326 (or 0x906326) is unknown color: approx Afghan Tan. HEX triplet: 90, 63 and 26. RGB value is (144,99,38). Sum of RGB (Red+Green+Blue) = 144+99+38=281 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.25% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 144 - color contains mainly: red. Hex color #906326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906326 is #6F9CD9. Grayscale: #696969. Windows color (decimal): -7314650 or 2515856. OLE color: 2515856.

HSL color Cylindrical-coordinate representation of color #906326: hue angle of 34.53º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #906326 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1449938-
CMYK00.310.740.44
HSL34.53º58.24%35.69%-
HSV(B)34.53º73.61%56.47%-
XYZ16.3114.993.87-
YUV105.589.91155.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.25%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=51.25%
G=35.23%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144993800.310.740.4434.5358.2435.69
Hex90632601F4A2C233a24
Octal2201434603711254437244
Binary1001000011000111001100111111001010101100100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906326; }

 p { color: rgb(144,99,38); }

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

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

 a { background-color: rgb(144,99,38); }

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

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

 span { border-color: rgb(144,99,38); }

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