#926429

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

Shades of Afghan Tan #926429

Tints of Afghan Tan #926429

Color information

#926429 (or 0x926429) is unknown color: approx Afghan Tan. HEX triplet: 92, 64 and 29. RGB value is (146,100,41). Sum of RGB (Red+Green+Blue) = 146+100+41=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #926429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926429 is #6D9BD6. Grayscale: #6B6B6B. Windows color (decimal): -7183319 or 2712722. OLE color: 2712722.

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

Color convert

RGB14610041-
CMYK00.320.720.43
HSL33.71º56.15%36.67%-
HSV(B)33.71º71.92%57.25%-
XYZ16.8115.394.18-
YUV107.0390.74155.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=50.87%
G=34.84%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461004100.320.720.4333.7156.1536.67
Hex926429020482B223825
Octal2221445104011053427045
Binary10010010110010010100101000001001000101011100010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926429; }

 p { color: rgb(146,100,41); }

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

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

 a { background-color: rgb(146,100,41); }

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

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

 span { border-color: rgb(146,100,41); }

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