Html Css Color HEX #9E615B Au Chico

📋 copy color: '#9E615B'

red 158 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #9E615B

Tints of Au Chico #9E615B

RGB

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

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

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

R = 45.66%
G = 28.03%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E615B (or 0x9E615B) is known color: Au Chico. HEX triplet: 9E, 61 and 5B. RGB value is (158,97,91). Sum of RGB (Red+Green+Blue) = 158+97+91=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E615B is #619EA4. Grayscale: #727272. Windows color (decimal): -6397605 or 5988766. OLE color: 5988766.

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

Color convert

RGB 158 97 91 -
CMYK 0 0.39 0.42 0.38
HSL 5.37º 0.27% 0.49% -
HSV(B) 5.37º 0.42% 0.62% -
XYZ 20.26 16.57 12.03 -
YUV 114.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 158 97 91 0 0.39 0.42 0.38 5.37 0.27 0.49
Hex 9E 61 5B 0 27 2A 26 5 1B 31
Octal 236 141 133 0 47 52 46 5 33 61
Binary 10011110 1100001 1011011 0 100111 101010 100110 101 11011 110001

Color Harmonies of #9E615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E615B

Black with #9E615B

Text Example


Text Example

White with #9E615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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