#9C635B

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

Shades of Au Chico #9C635B

Tints of Au Chico #9C635B

Color information

#9C635B (or 0x9C635B) is unknown color: approx Au Chico. HEX triplet: 9C, 63 and 5B. RGB value is (156,99,91). Sum of RGB (Red+Green+Blue) = 156+99+91=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C635B is #639CA4. Grayscale: #737373. Windows color (decimal): -6528165 or 5989276. OLE color: 5989276.

HSL color Cylindrical-coordinate representation of color #9C635B: hue angle of 7.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C635B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1569991-
CMYK00.370.420.39
HSL7.38º26.32%48.43%-
HSV(B)7.38º41.67%61.18%-
XYZ20.0616.7512.07-
YUV115.13114.38157.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=45.09%
G=28.61%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156999100.370.420.397.3826.3248.43
Hex9C635B0252A2771a30
Octal234143133045524773260
Binary1001110011000111011011010010110101010011111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,99,91); }

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

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

 a { background-color: rgb(156,99,91); }

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

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

 span { border-color: rgb(156,99,91); }

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