#946155

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

Shades of Au Chico #946155

Tints of Au Chico #946155

Color information

#946155 (or 0x946155) is unknown color: approx Au Chico. HEX triplet: 94, 61 and 55. RGB value is (148,97,85). Sum of RGB (Red+Green+Blue) = 148+97+85=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946155 is #6B9EAA. Grayscale: #6E6E6E. Windows color (decimal): -7052971 or 5595540. OLE color: 5595540.

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

Color convert

RGB1489785-
CMYK00.340.430.42
HSL11.43º27.04%45.69%-
HSV(B)11.43º42.57%58.04%-
XYZ18.1315.510.63-
YUV110.88113.4154.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=44.85%
G=29.39%
B=25.76%

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
Decimal148978500.340.430.4211.4327.0445.69
Hex9461550222B2Ab1b2e
Octal2241411250425352133356
Binary10010100110000110101010100010101011101010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946155; }

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

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

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

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

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

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

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

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