#92621E

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

Shades of Afghan Tan #92621E

Tints of Afghan Tan #92621E

Color information

#92621E (or 0x92621E) is unknown color: approx Afghan Tan. HEX triplet: 92, 62 and 1E. RGB value is (146,98,30). Sum of RGB (Red+Green+Blue) = 146+98+30=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92621E is #6D9DE1. Grayscale: #686868. Windows color (decimal): -7183842 or 1991314. OLE color: 1991314.

HSL color Cylindrical-coordinate representation of color #92621E: hue angle of 35.17º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92621E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1469830-
CMYK00.330.790.43
HSL35.17º65.91%34.51%-
HSV(B)35.17º79.45%57.25%-
XYZ16.4614.943.24-
YUV104.685.9157.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=53.28%
G=35.77%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146983000.330.790.4335.1765.9134.51
Hex92621E0214F2B234223
Octal22214236041117534310243
Binary10010010110001011110010000110011111010111000111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92621E; }

 p { color: rgb(146,98,30); }

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

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

 a { background-color: rgb(146,98,30); }

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

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

 span { border-color: rgb(146,98,30); }

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