#9C6958

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

Shades of Au Chico #9C6958

Tints of Au Chico #9C6958

Color information

#9C6958 (or 0x9C6958) is unknown color: approx Au Chico. HEX triplet: 9C, 69 and 58. RGB value is (156,105,88). Sum of RGB (Red+Green+Blue) = 156+105+88=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6958 is #6396A7. Grayscale: #767676. Windows color (decimal): -6526632 or 5794204. OLE color: 5794204.

HSL color Cylindrical-coordinate representation of color #9C6958: hue angle of 15º 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 #9C6958 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15610588-
CMYK00.330.440.39
HSL15º27.87%47.84%-
HSV(B)15º43.59%61.18%-
XYZ20.5217.8811.6-
YUV118.31110.9154.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=44.70%
G=30.09%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561058800.330.440.391527.8747.84
Hex9C69580212C27f1c30
Octal2341511300415447173460
Binary10011100110100110110000100001101100100111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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