#9D6658

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

Shades of Au Chico #9D6658

Tints of Au Chico #9D6658

Color information

#9D6658 (or 0x9D6658) is unknown color: approx Au Chico. HEX triplet: 9D, 66 and 58. RGB value is (157,102,88). Sum of RGB (Red+Green+Blue) = 157+102+88=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6658 is #6299A7. Grayscale: #747474. Windows color (decimal): -6461864 or 5793437. OLE color: 5793437.

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

Color convert

RGB15710288-
CMYK00.350.440.38
HSL12.17º28.16%48.04%-
HSV(B)12.17º43.95%61.57%-
XYZ20.4217.3811.51-
YUV116.85111.72156.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=45.24%
G=29.39%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571028800.350.440.3812.1728.1648.04
Hex9D66580232C26c1c30
Octal2351461300435446143460
Binary10011101110011010110000100011101100100110110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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