#946456

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

Shades of Au Chico #946456

Tints of Au Chico #946456

Color information

#946456 (or 0x946456) is unknown color: approx Au Chico. HEX triplet: 94, 64 and 56. RGB value is (148,100,86). Sum of RGB (Red+Green+Blue) = 148+100+86=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946456 is #6B9BA9. Grayscale: #707070. Windows color (decimal): -7052202 or 5661844. OLE color: 5661844.

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

Color convert

RGB14810086-
CMYK00.320.420.42
HSL13.55º26.5%45.88%-
HSV(B)13.55º41.89%58.04%-
XYZ18.4516.0810.94-
YUV112.76112.9153.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=44.31%
G=29.94%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481008600.320.420.4213.5526.545.88
Hex9464560202A2Ae1a2e
Octal2241441260405252163256
Binary10010100110010010101100100000101010101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946456; }

 p { color: rgb(148,100,86); }

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

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

 a { background-color: rgb(148,100,86); }

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

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

 span { border-color: rgb(148,100,86); }

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