#946759

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

Shades of Au Chico #946759

Tints of Au Chico #946759

Color information

#946759 (or 0x946759) is unknown color: approx Au Chico. HEX triplet: 94, 67 and 59. RGB value is (148,103,89). Sum of RGB (Red+Green+Blue) = 148+103+89=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946759 is #6B98A6. Grayscale: #727272. Windows color (decimal): -7051431 or 5859220. OLE color: 5859220.

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

Color convert

RGB14810389-
CMYK00.300.400.42
HSL14.24º24.89%46.47%-
HSV(B)14.24º39.86%58.04%-
XYZ18.8716.7211.68-
YUV114.86113.41151.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=43.53%
G=30.29%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481038900.300.400.4214.2424.8946.47
Hex94675901E282Ae192e
Octal2241471310365052163156
Binary1001010011001111011001011110101000101010111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946759; }

 p { color: rgb(148,103,89); }

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

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

 a { background-color: rgb(148,103,89); }

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

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

 span { border-color: rgb(148,103,89); }

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