#926327

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

Shades of Afghan Tan #926327

Tints of Afghan Tan #926327

Color information

#926327 (or 0x926327) is unknown color: approx Afghan Tan. HEX triplet: 92, 63 and 27. RGB value is (146,99,39). Sum of RGB (Red+Green+Blue) = 146+99+39=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #926327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926327 is #6D9CD8. Grayscale: #6A6A6A. Windows color (decimal): -7183577 or 2581394. OLE color: 2581394.

HSL color Cylindrical-coordinate representation of color #926327: hue angle of 33.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #926327 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1469939-
CMYK00.320.730.43
HSL33.64º57.84%36.27%-
HSV(B)33.64º73.29%57.25%-
XYZ16.6815.183.97-
YUV106.2190.07156.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=51.41%
G=34.86%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146993900.320.730.4333.6457.8436.27
Hex926327020492B223a24
Octal2221434704011153427244
Binary10010010110001110011101000001001001101011100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926327; }

 p { color: rgb(146,99,39); }

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

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

 a { background-color: rgb(146,99,39); }

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

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

 span { border-color: rgb(146,99,39); }

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