#926357

Color #926357 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #926357

Tints of Au Chico #926357

Color information

#926357 (or 0x926357) is unknown color: approx Au Chico. HEX triplet: 92, 63 and 57. RGB value is (146,99,87). Sum of RGB (Red+Green+Blue) = 146+99+87=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #926357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926357 is #6D9CA8. Grayscale: #6F6F6F. Windows color (decimal): -7183529 or 5727122. OLE color: 5727122.

HSL color Cylindrical-coordinate representation of color #926357: hue angle of 12.2º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #926357 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1469987-
CMYK00.320.400.43
HSL12.2º25.32%45.69%-
HSV(B)12.2º40.41%57.25%-
XYZ18.0415.7211.1-
YUV111.68114.07152.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=43.98%
G=29.82%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146998700.320.400.4312.225.3245.69
Hex926357020282Bc192e
Octal2221431270405053143156
Binary10010010110001110101110100000101000101011110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926357; }

 p { color: rgb(146,99,87); }

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

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

 a { background-color: rgb(146,99,87); }

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

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

 span { border-color: rgb(146,99,87); }

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