#926627

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

Shades of Afghan Tan #926627

Tints of Afghan Tan #926627

Color information

#926627 (or 0x926627) is unknown color: approx Afghan Tan. HEX triplet: 92, 66 and 27. RGB value is (146,102,39). Sum of RGB (Red+Green+Blue) = 146+102+39=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #926627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926627 is #6D99D8. Grayscale: #6C6C6C. Windows color (decimal): -7182809 or 2582162. OLE color: 2582162.

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

Color convert

RGB14610239-
CMYK00.300.730.43
HSL35.33º57.84%36.27%-
HSV(B)35.33º73.29%57.25%-
XYZ16.9715.764.07-
YUV107.9789.08155.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 39 (15.62% from 255) = 13.59%
R=50.87%
G=35.54%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461023900.300.730.4335.3357.8436.27
Hex92662701E492B233a24
Octal2221464703611153437244
Binary1001001011001101001110111101001001101011100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926627; }

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

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

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

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

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

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

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

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