#946256

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

Shades of Au Chico #946256

Tints of Au Chico #946256

Color information

#946256 (or 0x946256) is unknown color: approx Au Chico. HEX triplet: 94, 62 and 56. RGB value is (148,98,86). Sum of RGB (Red+Green+Blue) = 148+98+86=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946256 is #6B9DA9. Grayscale: #6F6F6F. Windows color (decimal): -7052714 or 5661332. OLE color: 5661332.

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

Color convert

RGB1489886-
CMYK00.340.420.42
HSL11.61º26.5%45.88%-
HSV(B)11.61º41.89%58.04%-
XYZ18.2615.710.87-
YUV111.58113.56153.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=44.58%
G=29.52%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148988600.340.420.4211.6126.545.88
Hex9462560222A2Ac1a2e
Octal2241421260425252143256
Binary10010100110001010101100100010101010101010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946256; }

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

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

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

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

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

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

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

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