#946055

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

Shades of Au Chico #946055

Tints of Au Chico #946055

Color information

#946055 (or 0x946055) is unknown color: approx Au Chico. HEX triplet: 94, 60 and 55. RGB value is (148,96,85). Sum of RGB (Red+Green+Blue) = 148+96+85=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #946055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946055 is #6B9FAA. Grayscale: #6E6E6E. Windows color (decimal): -7053227 or 5595284. OLE color: 5595284.

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

Color convert

RGB1489685-
CMYK00.350.430.42
HSL10.48º27.04%45.69%-
HSV(B)10.48º42.57%58.04%-
XYZ18.0415.3210.6-
YUV110.29113.73154.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.98%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=44.98%
G=29.18%
B=25.84%

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
Decimal148968500.350.430.4210.4827.0445.69
Hex9460550232B2Aa1b2e
Octal2241401250435352123356
Binary10010100110000010101010100011101011101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946055; }

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

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

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

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

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

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

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

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