#926229

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

Shades of Afghan Tan #926229

Tints of Afghan Tan #926229

Color information

#926229 (or 0x926229) is unknown color: approx Afghan Tan. HEX triplet: 92, 62 and 29. RGB value is (146,98,41). Sum of RGB (Red+Green+Blue) = 146+98+41=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #926229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926229 is #6D9DD6. Grayscale: #6A6A6A. Windows color (decimal): -7183831 or 2712210. OLE color: 2712210.

HSL color Cylindrical-coordinate representation of color #926229: hue angle of 32.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #926229 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1469841-
CMYK00.330.720.43
HSL32.57º56.15%36.67%-
HSV(B)32.57º71.92%57.25%-
XYZ16.6215.014.12-
YUV105.8591.4156.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=51.23%
G=34.39%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146984100.330.720.4332.5756.1536.67
Hex926229021482B213825
Octal2221425104111053417045
Binary10010010110001010100101000011001000101011100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926229; }

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

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

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

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

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

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

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

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