#925626

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

Shades of Afghan Tan #925626

Tints of Afghan Tan #925626

Color information

#925626 (or 0x925626) is unknown color: approx Afghan Tan. HEX triplet: 92, 56 and 26. RGB value is (146,86,38). Sum of RGB (Red+Green+Blue) = 146+86+38=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #925626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925626 is #6DA9D9. Grayscale: #626262. Windows color (decimal): -7186906 or 2512530. OLE color: 2512530.

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

Color convert

RGB1468638-
CMYK00.410.740.43
HSL26.67º58.7%36.08%-
HSV(B)26.67º73.97%57.25%-
XYZ15.5312.913.51-
YUV98.4793.88161.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=54.07%
G=31.85%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146863800.410.740.4326.6758.736.08
Hex9256260294A2B1b3b24
Octal2221264605111253337344
Binary1001001010101101001100101001100101010101111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925626; }

 p { color: rgb(146,86,38); }

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

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

 a { background-color: rgb(146,86,38); }

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

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

 span { border-color: rgb(146,86,38); }

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