Html Css Color HEX #9E6157 Au Chico

📋 copy color: '#9E6157'

red 158 ◦ green 97 ◦ blue 87

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

Shades of Au Chico #9E6157

Tints of Au Chico #9E6157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 46.2%
G = 28.36%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E6157 (or 0x9E6157) is known color: Au Chico. HEX triplet: 9E, 61 and 57. RGB value is (158,97,87). Sum of RGB (Red+Green+Blue) = 158+97+87=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6157 is #619EA8. Grayscale: #727272. Windows color (decimal): -6397609 or 5726622. OLE color: 5726622.

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

Color convert

RGB 158 97 87 -
CMYK 0 0.39 0.45 0.38
HSL 8.45º 0.29% 0.48% -
HSV(B) 8.45º 0.45% 0.62% -
XYZ 20.1 16.51 11.14 -
YUV 114.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 158 97 87 0 0.39 0.45 0.38 8.45 0.29 0.48
Hex 9E 61 57 0 27 2D 26 8 1D 30
Octal 236 141 127 0 47 55 46 10 35 60
Binary 10011110 1100001 1010111 0 100111 101101 100110 1000 11101 110000

Color Harmonies of #9E6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6157

Black with #9E6157

Text Example


Text Example

White with #9E6157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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