#9A6653

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

Shades of Au Chico #9A6653

Tints of Au Chico #9A6653

Color information

#9A6653 (or 0x9A6653) is unknown color: approx Au Chico. HEX triplet: 9A, 66 and 53. RGB value is (154,102,83). Sum of RGB (Red+Green+Blue) = 154+102+83=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6653 is #6599AC. Grayscale: #737373. Windows color (decimal): -6658477 or 5465754. OLE color: 5465754.

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

Color convert

RGB15410283-
CMYK00.340.460.40
HSL16.06º29.96%46.47%-
HSV(B)16.06º46.1%60.39%-
XYZ19.641710.43-
YUV115.38109.73155.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=45.43%
G=30.09%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541028300.340.460.4016.0629.9646.47
Hex9A66530222E28101e2e
Octal2321461230425650203656
Binary100110101100110101001101000101011101010001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,102,83); }

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

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

 a { background-color: rgb(154,102,83); }

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

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

 span { border-color: rgb(154,102,83); }

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