#926725

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

Shades of Afghan Tan #926725

Tints of Afghan Tan #926725

Color information

#926725 (or 0x926725) is unknown color: approx Afghan Tan. HEX triplet: 92, 67 and 25. RGB value is (146,103,37). Sum of RGB (Red+Green+Blue) = 146+103+37=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #926725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926725 is #6D98DA. Grayscale: #6C6C6C. Windows color (decimal): -7182555 or 2451346. OLE color: 2451346.

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

Color convert

RGB14610337-
CMYK00.290.750.43
HSL36.33º59.56%35.88%-
HSV(B)36.33º74.66%57.25%-
XYZ17.0415.953.93-
YUV108.3387.75154.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=51.05%
G=36.01%
B=12.94%

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
Decimal1461033700.290.750.4336.3359.5635.88
Hex92672501D4B2B243c24
Octal2221474503511353447444
Binary1001001011001111001010111011001011101011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926725; }

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

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

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

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

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

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

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

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