#926726

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

Shades of Afghan Tan #926726

Tints of Afghan Tan #926726

Color information

#926726 (or 0x926726) is unknown color: approx Afghan Tan. HEX triplet: 92, 67 and 26. RGB value is (146,103,38). Sum of RGB (Red+Green+Blue) = 146+103+38=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #926726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926726 is #6D98D9. Grayscale: #6C6C6C. Windows color (decimal): -7182554 or 2516882. OLE color: 2516882.

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

Color convert

RGB14610338-
CMYK00.290.740.43
HSL36.11º58.7%36.08%-
HSV(B)36.11º73.97%57.25%-
XYZ17.0515.954.01-
YUV108.4588.25154.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=50.87%
G=35.89%
B=13.24%

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
Decimal1461033800.290.740.4336.1158.736.08
Hex92672601D4A2B243b24
Octal2221474603511253447344
Binary1001001011001111001100111011001010101011100100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926726; }

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

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

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

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

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

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

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

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