Html Css Color HEX #9F5E59 Au Chico

📋 copy color: '#9F5E59'

red 159 ◦ green 94 ◦ blue 89

#9F5E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #9F5E59

Tints of Au Chico #9F5E59

RGB

 RED value IS 159 (62.5% from 255) = 46.49%

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 46.49%
G = 27.49%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F5E59 (or 0x9F5E59) is known color: Au Chico. HEX triplet: 9F, 5E and 59. RGB value is (159,94,89). Sum of RGB (Red+Green+Blue) = 159+94+89=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E59 is #60A1A6. Grayscale: #707070. Windows color (decimal): -6332839 or 5856927. OLE color: 5856927.

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

Color convert

RGB 159 94 89 -
CMYK 0 0.41 0.44 0.38
HSL 4.29º 0.28% 0.49% -
HSV(B) 4.29º 0.44% 0.62% -
XYZ 20.1 16.1 11.5 -
YUV 112.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 159 94 89 0 0.41 0.44 0.38 4.29 0.28 0.49
Hex 9F 5E 59 0 29 2C 26 4 1C 31
Octal 237 136 131 0 51 54 46 4 34 61
Binary 10011111 1011110 1011001 0 101001 101100 100110 100 11100 110001

Color Harmonies of #9F5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E59

Black with #9F5E59

Text Example


Text Example

White with #9F5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5E59;
 }
 .AnyTagClassName
 {
   color: #9F5E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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