#926423

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

Shades of Afghan Tan #926423

Tints of Afghan Tan #926423

Color information

#926423 (or 0x926423) is unknown color: approx Afghan Tan. HEX triplet: 92, 64 and 23. RGB value is (146,100,35). Sum of RGB (Red+Green+Blue) = 146+100+35=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #926423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926423 is #6D9BDC. Grayscale: #6A6A6A. Windows color (decimal): -7183325 or 2319506. OLE color: 2319506.

HSL color Cylindrical-coordinate representation of color #926423: hue angle of 35.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #926423 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB14610035-
CMYK00.320.760.43
HSL35.14º61.33%35.49%-
HSV(B)35.14º76.03%57.25%-
XYZ16.7115.353.67-
YUV106.3487.74156.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=51.96%
G=35.59%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461003500.320.760.4335.1461.3335.49
Hex9264230204C2B233d23
Octal2221444304011453437543
Binary10010010110010010001101000001001100101011100011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926423; }

 p { color: rgb(146,100,35); }

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

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

 a { background-color: rgb(146,100,35); }

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

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

 span { border-color: rgb(146,100,35); }

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