#926624

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

Shades of Afghan Tan #926624

Tints of Afghan Tan #926624

Color information

#926624 (or 0x926624) is unknown color: approx Afghan Tan. HEX triplet: 92, 66 and 24. RGB value is (146,102,36). Sum of RGB (Red+Green+Blue) = 146+102+36=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #926624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926624 is #6D99DB. Grayscale: #6B6B6B. Windows color (decimal): -7182812 or 2385554. OLE color: 2385554.

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

Color convert

RGB14610236-
CMYK00.300.750.43
HSL36º60.44%35.69%-
HSV(B)36º75.34%57.25%-
XYZ16.9215.743.82-
YUV107.6387.58155.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=51.41%
G=35.92%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461023600.300.750.433660.4435.69
Hex92662401E4B2B243c24
Octal2221464403611353447444
Binary1001001011001101001000111101001011101011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926624; }

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

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

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

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

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

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

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

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