#916725

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

Shades of Afghan Tan #916725

Tints of Afghan Tan #916725

Color information

#916725 (or 0x916725) is unknown color: approx Afghan Tan. HEX triplet: 91, 67 and 25. RGB value is (145,103,37). Sum of RGB (Red+Green+Blue) = 145+103+37=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #916725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916725 is #6E98DA. Grayscale: #6C6C6C. Windows color (decimal): -7248091 or 2451345. OLE color: 2451345.

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

Color convert

RGB14510337-
CMYK00.290.740.43
HSL36.67º59.34%35.69%-
HSV(B)36.67º74.48%56.86%-
XYZ16.8615.853.92-
YUV108.0387.91154.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.88%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=50.88%
G=36.14%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451033700.290.740.4336.6759.3435.69
Hex91672501D4A2B253b24
Octal2211474503511253457344
Binary1001000111001111001010111011001010101011100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916725; }

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

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

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

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

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

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

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

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