#946056

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

Shades of Au Chico #946056

Tints of Au Chico #946056

Color information

#946056 (or 0x946056) is unknown color: approx Au Chico. HEX triplet: 94, 60 and 56. RGB value is (148,96,86). Sum of RGB (Red+Green+Blue) = 148+96+86=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946056 is #6B9FA9. Grayscale: #6E6E6E. Windows color (decimal): -7053226 or 5660820. OLE color: 5660820.

HSL color Cylindrical-coordinate representation of color #946056: hue angle of 9.68º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946056 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1489686-
CMYK00.350.420.42
HSL9.68º26.5%45.88%-
HSV(B)9.68º41.89%58.04%-
XYZ18.0815.3310.81-
YUV110.41114.23154.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=44.85%
G=29.09%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148968600.350.420.429.6826.545.88
Hex9460560232A2Aa1a2e
Octal2241401260435252123256
Binary10010100110000010101100100011101010101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946056; }

 p { color: rgb(148,96,86); }

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

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

 a { background-color: rgb(148,96,86); }

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

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

 span { border-color: rgb(148,96,86); }

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