#9C6358

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

Shades of Au Chico #9C6358

Tints of Au Chico #9C6358

Color information

#9C6358 (or 0x9C6358) is unknown color: approx Au Chico. HEX triplet: 9C, 63 and 58. RGB value is (156,99,88). Sum of RGB (Red+Green+Blue) = 156+99+88=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6358 is #639CA7. Grayscale: #727272. Windows color (decimal): -6528168 or 5792668. OLE color: 5792668.

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

Color convert

RGB1569988-
CMYK00.370.440.39
HSL9.71º27.87%47.84%-
HSV(B)9.71º43.59%61.18%-
XYZ19.9316.711.4-
YUV114.79112.88157.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=45.48%
G=28.86%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156998800.370.440.399.7127.8747.84
Hex9C63580252C27a1c30
Octal2341431300455447123460
Binary10011100110001110110000100101101100100111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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