#926226

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

Shades of Afghan Tan #926226

Tints of Afghan Tan #926226

Color information

#926226 (or 0x926226) is unknown color: approx Afghan Tan. HEX triplet: 92, 62 and 26. RGB value is (146,98,38). Sum of RGB (Red+Green+Blue) = 146+98+38=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #926226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926226 is #6D9DD9. Grayscale: #696969. Windows color (decimal): -7183834 or 2515602. OLE color: 2515602.

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

Color convert

RGB1469838-
CMYK00.330.740.43
HSL33.33º58.7%36.08%-
HSV(B)33.33º73.97%57.25%-
XYZ16.5714.993.85-
YUV105.5189.9156.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 38 (15.23% from 255) = 13.48%
R=51.77%
G=34.75%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146983800.330.740.4333.3358.736.08
Hex9262260214A2B213b24
Octal2221424604111253417344
Binary10010010110001010011001000011001010101011100001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926226; }

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

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

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

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

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

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

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

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