#9f675c

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

Shades of Au Chico #9F675C

Tints of Au Chico #9F675C

Color information

#9F675C (or 0x9F675C) is unknown color: approx Au Chico. HEX triplet: 9F, 67 and 5C. RGB value is (159,103,92). Sum of RGB (Red+Green+Blue) = 159+103+92=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F675C is #6098A3. Grayscale: #767676. Windows color (decimal): -6330532 or 6055839. OLE color: 6055839.

HSL color Cylindrical-coordinate representation of color #9F675C: hue angle of 9.85º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F675C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15910392-
CMYK00.350.420.38
HSL9.85º26.69%49.22%-
HSV(B)9.85º42.14%62.35%-
XYZ21.0817.8412.46-
YUV118.49113.05156.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=44.92%
G=29.10%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591039200.350.420.389.8526.6949.22
Hex9F675C0232A26a1b31
Octal2371471340435246123361
Binary10011111110011110111000100011101010100110101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f675c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,92); }

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

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

 a { background-color: rgb(159,103,92); }

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

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

 span { border-color: rgb(159,103,92); }

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