#946054

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

Shades of Au Chico #946054

Tints of Au Chico #946054

Color information

#946054 (or 0x946054) is unknown color: approx Au Chico. HEX triplet: 94, 60 and 54. RGB value is (148,96,84). Sum of RGB (Red+Green+Blue) = 148+96+84=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #946054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946054 is #6B9FAB. Grayscale: #6E6E6E. Windows color (decimal): -7053228 or 5529748. OLE color: 5529748.

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

Color convert

RGB1489684-
CMYK00.350.430.42
HSL11.25º27.59%45.49%-
HSV(B)11.25º43.24%58.04%-
XYZ1815.310.39-
YUV110.18113.23154.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=45.12%
G=29.27%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148968400.350.430.4211.2527.5945.49
Hex9460540232B2Ab1c2d
Octal2241401240435352133455
Binary10010100110000010101000100011101011101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946054; }

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

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

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

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

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

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

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

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