Html Css Color HEX #9E655C Au Chico

📋 copy color: '#9E655C'

red 158 ◦ green 101 ◦ blue 92

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

Shades of Au Chico #9E655C

Tints of Au Chico #9E655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 45.01%
G = 28.77%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E655C (or 0x9E655C) is known color: Au Chico. HEX triplet: 9E, 65 and 5C. RGB value is (158,101,92). Sum of RGB (Red+Green+Blue) = 158+101+92=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E655C is #619AA3. Grayscale: #757575. Windows color (decimal): -6396580 or 6055326. OLE color: 6055326.

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

Color convert

RGB 158 101 92 -
CMYK 0 0.36 0.42 0.38
HSL 8.18º 0.26% 0.49% -
HSV(B) 8.18º 0.42% 0.62% -
XYZ 20.69 17.35 12.38 -
YUV 117.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 158 101 92 0 0.36 0.42 0.38 8.18 0.26 0.49
Hex 9E 65 5C 0 24 2A 26 8 1A 31
Octal 236 145 134 0 44 52 46 10 32 61
Binary 10011110 1100101 1011100 0 100100 101010 100110 1000 11010 110001

Color Harmonies of #9E655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E655C

Black with #9E655C

Text Example


Text Example

White with #9E655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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