Html Css Color HEX #9E6A57 Au Chico

📋 copy color: '#9E6A57'

red 158 ◦ green 106 ◦ blue 87

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

Shades of Au Chico #9E6A57

Tints of Au Chico #9E6A57

RGB

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

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

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

R = 45.01%
G = 30.2%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9E6A57 (or 0x9E6A57) is known color: Au Chico. HEX triplet: 9E, 6A and 57. RGB value is (158,106,87). Sum of RGB (Red+Green+Blue) = 158+106+87=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A57 is #6195A8. Grayscale: #777777. Windows color (decimal): -6395305 or 5728926. OLE color: 5728926.

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

Color convert

RGB 158 106 87 -
CMYK 0 0.33 0.45 0.38
HSL 16.06º 0.29% 0.48% -
HSV(B) 16.06º 0.45% 0.62% -
XYZ 20.97 18.27 11.44 -
YUV 119.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 158 106 87 0 0.33 0.45 0.38 16.06 0.29 0.48
Hex 9E 6A 57 0 21 2D 26 10 1D 30
Octal 236 152 127 0 41 55 46 20 35 60
Binary 10011110 1101010 1010111 0 100001 101101 100110 10000 11101 110000

Color Harmonies of #9E6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6A57

Black with #9E6A57

Text Example


Text Example

White with #9E6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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