#926825

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

Shades of Afghan Tan #926825

Tints of Afghan Tan #926825

Color information

#926825 (or 0x926825) is unknown color: approx Afghan Tan. HEX triplet: 92, 68 and 25. RGB value is (146,104,37). Sum of RGB (Red+Green+Blue) = 146+104+37=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #926825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926825 is #6D97DA. Grayscale: #6D6D6D. Windows color (decimal): -7182299 or 2451602. OLE color: 2451602.

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

Color convert

RGB14610437-
CMYK00.290.750.43
HSL36.88º59.56%35.88%-
HSV(B)36.88º74.66%57.25%-
XYZ17.1416.153.96-
YUV108.9287.41154.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=50.87%
G=36.24%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461043700.290.750.4336.8859.5635.88
Hex92682501D4B2B253c24
Octal2221504503511353457444
Binary1001001011010001001010111011001011101011100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926825; }

 p { color: rgb(146,104,37); }

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

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

 a { background-color: rgb(146,104,37); }

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

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

 span { border-color: rgb(146,104,37); }

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