#926625

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

Shades of Afghan Tan #926625

Tints of Afghan Tan #926625

Color information

#926625 (or 0x926625) is unknown color: approx Afghan Tan. HEX triplet: 92, 66 and 25. RGB value is (146,102,37). Sum of RGB (Red+Green+Blue) = 146+102+37=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #926625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926625 is #6D99DA. Grayscale: #6C6C6C. Windows color (decimal): -7182811 or 2451090. OLE color: 2451090.

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

Color convert

RGB14610237-
CMYK00.300.750.43
HSL35.78º59.56%35.88%-
HSV(B)35.78º74.66%57.25%-
XYZ16.9415.753.9-
YUV107.7588.08155.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=51.23%
G=35.79%
B=12.98%

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
Decimal1461023700.300.750.4335.7859.5635.88
Hex92662501E4B2B243c24
Octal2221464503611353447444
Binary1001001011001101001010111101001011101011100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926625; }

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

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

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

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

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

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

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

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