#946154

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

Shades of Au Chico #946154

Tints of Au Chico #946154

Color information

#946154 (or 0x946154) is unknown color: approx Au Chico. HEX triplet: 94, 61 and 54. RGB value is (148,97,84). Sum of RGB (Red+Green+Blue) = 148+97+84=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #946154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946154 is #6B9EAB. Grayscale: #6E6E6E. Windows color (decimal): -7052972 or 5530004. OLE color: 5530004.

HSL color Cylindrical-coordinate representation of color #946154: hue angle of 12.19º 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 #946154 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB1489784-
CMYK00.340.430.42
HSL12.19º27.59%45.49%-
HSV(B)12.19º43.24%58.04%-
XYZ18.0915.4910.42-
YUV110.77112.9154.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=44.98%
G=29.48%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148978400.340.430.4212.1927.5945.49
Hex9461540222B2Ac1c2d
Octal2241411240425352143455
Binary10010100110000110101000100010101011101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946154; }

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

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

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

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

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

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

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

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