#926529

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

Shades of Afghan Tan #926529

Tints of Afghan Tan #926529

Color information

#926529 (or 0x926529) is unknown color: approx Afghan Tan. HEX triplet: 92, 65 and 29. RGB value is (146,101,41). Sum of RGB (Red+Green+Blue) = 146+101+41=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #926529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926529 is #6D9AD6. Grayscale: #6B6B6B. Windows color (decimal): -7183063 or 2712978. OLE color: 2712978.

HSL color Cylindrical-coordinate representation of color #926529: hue angle of 34.29º 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 #926529 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14610141-
CMYK00.310.720.43
HSL34.29º56.15%36.67%-
HSV(B)34.29º71.92%57.25%-
XYZ16.9115.584.21-
YUV107.6290.41155.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=50.69%
G=35.07%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461014100.310.720.4334.2956.1536.67
Hex92652901F482B223825
Octal2221455103711053427045
Binary1001001011001011010010111111001000101011100010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926529; }

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

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

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

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

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

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

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

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