#9E6652

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

Shades of Au Chico #9E6652

Tints of Au Chico #9E6652

Color information

#9E6652 (or 0x9E6652) is unknown color: approx Au Chico. HEX triplet: 9E, 66 and 52. RGB value is (158,102,82). Sum of RGB (Red+Green+Blue) = 158+102+82=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6652 is #6199AD. Grayscale: #747474. Windows color (decimal): -6396334 or 5400222. OLE color: 5400222.

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

Color convert

RGB15810282-
CMYK00.350.480.38
HSL15.79º31.67%47.06%-
HSV(B)15.79º48.1%61.96%-
XYZ20.3717.3810.26-
YUV116.46108.55157.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.20%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=46.20%
G=29.82%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581028200.350.480.3815.7931.6747.06
Hex9E6652023302610202f
Octal2361461220436046204057
Binary1001111011001101010010010001111000010011010000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,102,82); }

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

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

 a { background-color: rgb(158,102,82); }

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

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

 span { border-color: rgb(158,102,82); }

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