Html Css Color HEX #9E6159 Au Chico

📋 copy color: '#9E6159'

red 158 ◦ green 97 ◦ blue 89

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

Shades of Au Chico #9E6159

Tints of Au Chico #9E6159

RGB

 RED value IS 158 (62.11% from 255) = 45.93%

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 45.93%
G = 28.2%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E6159 (or 0x9E6159) is known color: Au Chico. HEX triplet: 9E, 61 and 59. RGB value is (158,97,89). Sum of RGB (Red+Green+Blue) = 158+97+89=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6159 is #619EA6. Grayscale: #727272. Windows color (decimal): -6397607 or 5857694. OLE color: 5857694.

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

Color convert

RGB 158 97 89 -
CMYK 0 0.39 0.44 0.38
HSL 6.96º 0.28% 0.48% -
HSV(B) 6.96º 0.44% 0.62% -
XYZ 20.18 16.54 11.58 -
YUV 114.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 158 97 89 0 0.39 0.44 0.38 6.96 0.28 0.48
Hex 9E 61 59 0 27 2C 26 7 1C 30
Octal 236 141 131 0 47 54 46 7 34 60
Binary 10011110 1100001 1011001 0 100111 101100 100110 111 11100 110000

Color Harmonies of #9E6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6159

Black with #9E6159

Text Example


Text Example

White with #9E6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,97,89); }

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

background-color css

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

 a { background-color: rgb(158,97,89); }

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

border-color css

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

 span { border-color: rgb(158,97,89); }

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