Html Css Color HEX #9F6A59 Au Chico

📋 copy color: '#9F6A59'

red 159 ◦ green 106 ◦ blue 89

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

Shades of Au Chico #9F6A59

Tints of Au Chico #9F6A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

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

R = 44.92%
G = 29.94%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F6A59 (or 0x9F6A59) is known color: Au Chico. HEX triplet: 9F, 6A and 59. RGB value is (159,106,89). Sum of RGB (Red+Green+Blue) = 159+106+89=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A59 is #6095A6. Grayscale: #787878. Windows color (decimal): -6329767 or 5859999. OLE color: 5859999.

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

Color convert

RGB 159 106 89 -
CMYK 0 0.33 0.44 0.38
HSL 14.57º 0.28% 0.49% -
HSV(B) 14.57º 0.44% 0.62% -
XYZ 21.26 18.4 11.88 -
YUV 119.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 159 106 89 0 0.33 0.44 0.38 14.57 0.28 0.49
Hex 9F 6A 59 0 21 2C 26 F 1C 31
Octal 237 152 131 0 41 54 46 17 34 61
Binary 10011111 1101010 1011001 0 100001 101100 100110 1111 11100 110001

Color Harmonies of #9F6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6A59

Black with #9F6A59

Text Example


Text Example

White with #9F6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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