#926727

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

Shades of Afghan Tan #926727

Tints of Afghan Tan #926727

Color information

#926727 (or 0x926727) is unknown color: approx Afghan Tan. HEX triplet: 92, 67 and 27. RGB value is (146,103,39). Sum of RGB (Red+Green+Blue) = 146+103+39=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #926727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926727 is #6D98D8. Grayscale: #6C6C6C. Windows color (decimal): -7182553 or 2582418. OLE color: 2582418.

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

Color convert

RGB14610339-
CMYK00.290.730.43
HSL35.89º57.84%36.27%-
HSV(B)35.89º73.29%57.25%-
XYZ17.0715.964.1-
YUV108.5688.75154.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=50.69%
G=35.76%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461033900.290.730.4335.8957.8436.27
Hex92672701D492B243a24
Octal2221474703511153447244
Binary1001001011001111001110111011001001101011100100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926727; }

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

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

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

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

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

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

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

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