#9d665c

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

Shades of Au Chico #9D665C

Tints of Au Chico #9D665C

Color information

#9D665C (or 0x9D665C) is unknown color: approx Au Chico. HEX triplet: 9D, 66 and 5C. RGB value is (157,102,92). Sum of RGB (Red+Green+Blue) = 157+102+92=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D665C is #6299A3. Grayscale: #757575. Windows color (decimal): -6461860 or 6055581. OLE color: 6055581.

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

Color convert

RGB15710292-
CMYK00.350.410.38
HSL9.23º26.1%48.82%-
HSV(B)9.23º41.4%61.57%-
XYZ20.5917.4412.41-
YUV117.3113.72156.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=44.73%
G=29.06%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571029200.350.410.389.2326.148.82
Hex9D665C023292691a31
Octal2351461340435146113261
Binary10011101110011010111000100011101001100110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d665c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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