Html Css Color HEX #9E665B Au Chico

📋 copy color: '#9E665B'

red 158 ◦ green 102 ◦ blue 91

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

Shades of Au Chico #9E665B

Tints of Au Chico #9E665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 45.01%
G = 29.06%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E665B (or 0x9E665B) is known color: Au Chico. HEX triplet: 9E, 66 and 5B. RGB value is (158,102,91). Sum of RGB (Red+Green+Blue) = 158+102+91=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E665B is #6199A4. Grayscale: #757575. Windows color (decimal): -6396325 or 5990046. OLE color: 5990046.

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

Color convert

RGB 158 102 91 -
CMYK 0 0.35 0.42 0.38
HSL 9.85º 0.27% 0.49% -
HSV(B) 9.85º 0.42% 0.62% -
XYZ 20.74 17.53 12.19 -
YUV 117.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 158 102 91 0 0.35 0.42 0.38 9.85 0.27 0.49
Hex 9E 66 5B 0 23 2A 26 A 1B 31
Octal 236 146 133 0 43 52 46 12 33 61
Binary 10011110 1100110 1011011 0 100011 101010 100110 1010 11011 110001

Color Harmonies of #9E665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E665B

Black with #9E665B

Text Example


Text Example

White with #9E665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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