#9E6956

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

Shades of Au Chico #9E6956

Tints of Au Chico #9E6956

Color information

#9E6956 (or 0x9E6956) is unknown color: approx Au Chico. HEX triplet: 9E, 69 and 56. RGB value is (158,105,86). Sum of RGB (Red+Green+Blue) = 158+105+86=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6956 is #6196A9. Grayscale: #767676. Windows color (decimal): -6395562 or 5663134. OLE color: 5663134.

HSL color Cylindrical-coordinate representation of color #9E6956: hue angle of 15.83º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6956 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15810586-
CMYK00.340.460.38
HSL15.83º29.51%47.84%-
HSV(B)15.83º45.57%61.96%-
XYZ20.8318.0411.19-
YUV118.68109.56156.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=45.27%
G=30.09%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581058600.340.460.3815.8329.5147.84
Hex9E69560222E26101e30
Octal2361511260425646203660
Binary100111101101001101011001000101011101001101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6956; }

 p { color: rgb(158,105,86); }

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

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

 a { background-color: rgb(158,105,86); }

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

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

 span { border-color: rgb(158,105,86); }

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