#9F6B5E

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

Shades of Au Chico #9F6B5E

Tints of Au Chico #9F6B5E

Color information

#9F6B5E (or 0x9F6B5E) is unknown color: approx Au Chico. HEX triplet: 9F, 6B and 5E. RGB value is (159,107,94). Sum of RGB (Red+Green+Blue) = 159+107+94=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B5E is #6094A1. Grayscale: #797979. Windows color (decimal): -6329506 or 6187935. OLE color: 6187935.

HSL color Cylindrical-coordinate representation of color #9F6B5E: hue angle of 12º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F6B5E is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15910794-
CMYK00.330.410.38
HSL12º25.69%49.61%-
HSV(B)12º40.88%62.35%-
XYZ21.5818.6913.06-
YUV121.07112.73155.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=44.17%
G=29.72%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591079400.330.410.381225.6949.61
Hex9F6B5E0212926c1a32
Octal2371531360415146143262
Binary10011111110101110111100100001101001100110110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,94); }

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

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

 a { background-color: rgb(159,107,94); }

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

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

 span { border-color: rgb(159,107,94); }

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