#926356

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

Shades of Au Chico #926356

Tints of Au Chico #926356

Color information

#926356 (or 0x926356) is unknown color: approx Au Chico. HEX triplet: 92, 63 and 56. RGB value is (146,99,86). Sum of RGB (Red+Green+Blue) = 146+99+86=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #926356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926356 is #6D9CA9. Grayscale: #6F6F6F. Windows color (decimal): -7183530 or 5661586. OLE color: 5661586.

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

Color convert

RGB1469986-
CMYK00.320.410.43
HSL13º25.86%45.49%-
HSV(B)13º41.1%57.25%-
XYZ1815.7110.89-
YUV111.57113.57152.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=44.11%
G=29.91%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146998600.320.410.431325.8645.49
Hex926356020292Bd1a2d
Octal2221431260405153153255
Binary10010010110001110101100100000101001101011110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926356; }

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

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

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

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

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

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

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

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