Html Css Color HEX #9E685B Au Chico

📋 copy color: '#9E685B'

red 158 ◦ green 104 ◦ blue 91

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

Shades of Au Chico #9E685B

Tints of Au Chico #9E685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 44.76%
G = 29.46%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E685B (or 0x9E685B) is known color: Au Chico. HEX triplet: 9E, 68 and 5B. RGB value is (158,104,91). Sum of RGB (Red+Green+Blue) = 158+104+91=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E685B is #6197A4. Grayscale: #767676. Windows color (decimal): -6395813 or 5990558. OLE color: 5990558.

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

Color convert

RGB 158 104 91 -
CMYK 0 0.34 0.42 0.38
HSL 11.64º 0.27% 0.49% -
HSV(B) 11.64º 0.42% 0.62% -
XYZ 20.94 17.93 12.25 -
YUV 118.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 158 104 91 0 0.34 0.42 0.38 11.64 0.27 0.49
Hex 9E 68 5B 0 22 2A 26 C 1B 31
Octal 236 150 133 0 42 52 46 14 33 61
Binary 10011110 1101000 1011011 0 100010 101010 100110 1100 11011 110001

Color Harmonies of #9E685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E685B

Black with #9E685B

Text Example


Text Example

White with #9E685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,104,91); }

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

background-color css

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

 a { background-color: rgb(158,104,91); }

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

border-color css

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

 span { border-color: rgb(158,104,91); }

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