#9C6251

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

Shades of Au Chico #9C6251

Tints of Au Chico #9C6251

Color information

#9C6251 (or 0x9C6251) is unknown color: approx Au Chico. HEX triplet: 9C, 62 and 51. RGB value is (156,98,81). Sum of RGB (Red+Green+Blue) = 156+98+81=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6251 is #639DAE. Grayscale: #717171. Windows color (decimal): -6528431 or 5333660. OLE color: 5333660.

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

Color convert

RGB1569881-
CMYK00.370.480.39
HSL13.6º31.65%46.47%-
HSV(B)13.6º48.08%61.18%-
XYZ19.5616.49.92-
YUV113.4109.72158.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=46.57%
G=29.25%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156988100.370.480.3913.631.6546.47
Hex9C62510253027e202e
Octal2341421210456047164056
Binary100111001100010101000101001011100001001111110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,81); }

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

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

 a { background-color: rgb(156,98,81); }

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

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

 span { border-color: rgb(156,98,81); }

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