#926629

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

Shades of Afghan Tan #926629

Tints of Afghan Tan #926629

Color information

#926629 (or 0x926629) is unknown color: approx Afghan Tan. HEX triplet: 92, 66 and 29. RGB value is (146,102,41). Sum of RGB (Red+Green+Blue) = 146+102+41=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #926629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926629 is #6D99D6. Grayscale: #6C6C6C. Windows color (decimal): -7182807 or 2713234. OLE color: 2713234.

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

Color convert

RGB14610241-
CMYK00.300.720.43
HSL34.86º56.15%36.67%-
HSV(B)34.86º71.92%57.25%-
XYZ17.0115.774.25-
YUV108.290.08154.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=50.52%
G=35.29%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461024100.300.720.4334.8656.1536.67
Hex92662901E482B233825
Octal2221465103611053437045
Binary1001001011001101010010111101001000101011100011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926629; }

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

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

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

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

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

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

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

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