Html Css Color HEX #9E655D Au Chico

📋 copy color: '#9E655D'

red 158 ◦ green 101 ◦ blue 93

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

Shades of Au Chico #9E655D

Tints of Au Chico #9E655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 44.89%
G = 28.69%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E655D (or 0x9E655D) is known color: Au Chico. HEX triplet: 9E, 65 and 5D. RGB value is (158,101,93). Sum of RGB (Red+Green+Blue) = 158+101+93=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E655D is #619AA2. Grayscale: #757575. Windows color (decimal): -6396579 or 6120862. OLE color: 6120862.

HSL color Cylindrical-coordinate representation of color #9E655D: hue angle of 7.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E655D is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 101 93 -
CMYK 0 0.36 0.41 0.38
HSL 7.38º 0.26% 0.49% -
HSV(B) 7.38º 0.41% 0.62% -
XYZ 20.73 17.37 12.62 -
YUV 117.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 158 101 93 0 0.36 0.41 0.38 7.38 0.26 0.49
Hex 9E 65 5D 0 24 29 26 7 1A 31
Octal 236 145 135 0 44 51 46 7 32 61
Binary 10011110 1100101 1011101 0 100100 101001 100110 111 11010 110001

Color Harmonies of #9E655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E655D

Black with #9E655D

Text Example


Text Example

White with #9E655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,93); }

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

background-color css

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

 a { background-color: rgb(158,101,93); }

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

border-color css

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

 span { border-color: rgb(158,101,93); }

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