#946355

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

Shades of Au Chico #946355

Tints of Au Chico #946355

Color information

#946355 (or 0x946355) is unknown color: approx Au Chico. HEX triplet: 94, 63 and 55. RGB value is (148,99,85). Sum of RGB (Red+Green+Blue) = 148+99+85=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946355 is #6B9CAA. Grayscale: #707070. Windows color (decimal): -7052459 or 5596052. OLE color: 5596052.

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

Color convert

RGB1489985-
CMYK00.330.430.42
HSL13.33º27.04%45.69%-
HSV(B)13.33º42.57%58.04%-
XYZ18.3115.8810.69-
YUV112.06112.73153.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=44.58%
G=29.82%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148998500.330.430.4213.3327.0445.69
Hex9463550212B2Ad1b2e
Octal2241431250415352153356
Binary10010100110001110101010100001101011101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946355; }

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

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

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

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

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

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

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

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