#9D635C

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

Shades of Au Chico #9D635C

Tints of Au Chico #9D635C

Color information

#9D635C (or 0x9D635C) is unknown color: approx Au Chico. HEX triplet: 9D, 63 and 5C. RGB value is (157,99,92). Sum of RGB (Red+Green+Blue) = 157+99+92=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D635C is #629CA3. Grayscale: #737373. Windows color (decimal): -6462628 or 6054813. OLE color: 6054813.

HSL color Cylindrical-coordinate representation of color #9D635C: hue angle of 6.46º 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 #9D635C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1579992-
CMYK00.370.410.38
HSL6.46º26.1%48.82%-
HSV(B)6.46º41.4%61.57%-
XYZ20.316.8612.31-
YUV115.54114.72157.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=45.11%
G=28.45%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157999200.370.410.386.4626.148.82
Hex9D635C025292661a31
Octal235143134045514663261
Binary1001110111000111011100010010110100110011011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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