#92621F

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

Shades of Afghan Tan #92621F

Tints of Afghan Tan #92621F

Color information

#92621F (or 0x92621F) is unknown color: approx Afghan Tan. HEX triplet: 92, 62 and 1F. RGB value is (146,98,31). Sum of RGB (Red+Green+Blue) = 146+98+31=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92621F is #6D9DE0. Grayscale: #696969. Windows color (decimal): -7183841 or 2056850. OLE color: 2056850.

HSL color Cylindrical-coordinate representation of color #92621F: hue angle of 34.96º degrees, saturation: 0.65, 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 #92621F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1469831-
CMYK00.330.790.43
HSL34.96º64.97%34.71%-
HSV(B)34.96º78.77%57.25%-
XYZ16.4714.953.31-
YUV104.7186.4157.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=53.09%
G=35.64%
B=11.27%

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
Decimal146983100.330.790.4334.9664.9734.71
Hex92621F0214F2B234123
Octal22214237041117534310143
Binary10010010110001011111010000110011111010111000111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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