#9D6654

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

Shades of Au Chico #9D6654

Tints of Au Chico #9D6654

Color information

#9D6654 (or 0x9D6654) is unknown color: approx Au Chico. HEX triplet: 9D, 66 and 54. RGB value is (157,102,84). Sum of RGB (Red+Green+Blue) = 157+102+84=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6654 is #6299AB. Grayscale: #747474. Windows color (decimal): -6461868 or 5531293. OLE color: 5531293.

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

Color convert

RGB15710284-
CMYK00.350.460.38
HSL14.79º30.29%47.25%-
HSV(B)14.79º46.5%61.57%-
XYZ20.2617.3110.66-
YUV116.39109.72156.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=45.77%
G=29.74%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571028400.350.460.3814.7930.2947.25
Hex9D66540232E26f1e2f
Octal2351461240435646173657
Binary10011101110011010101000100011101110100110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,84); }

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

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

 a { background-color: rgb(157,102,84); }

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

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

 span { border-color: rgb(157,102,84); }

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