Html Css Color HEX #9E665D Au Chico

📋 copy color: '#9E665D'

red 158 ◦ green 102 ◦ blue 93

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

Shades of Au Chico #9E665D

Tints of Au Chico #9E665D

RGB

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

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

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

R = 44.76%
G = 28.9%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E665D (or 0x9E665D) is known color: Au Chico. HEX triplet: 9E, 66 and 5D. RGB value is (158,102,93). Sum of RGB (Red+Green+Blue) = 158+102+93=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E665D is #6199A2. Grayscale: #757575. Windows color (decimal): -6396323 or 6121118. OLE color: 6121118.

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

Color convert

RGB 158 102 93 -
CMYK 0 0.35 0.41 0.38
HSL 8.31º 0.26% 0.49% -
HSV(B) 8.31º 0.41% 0.62% -
XYZ 20.83 17.56 12.65 -
YUV 117.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 158 102 93 0 0.35 0.41 0.38 8.31 0.26 0.49
Hex 9E 66 5D 0 23 29 26 8 1A 31
Octal 236 146 135 0 43 51 46 10 32 61
Binary 10011110 1100110 1011101 0 100011 101001 100110 1000 11010 110001

Color Harmonies of #9E665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E665D

Black with #9E665D

Text Example


Text Example

White with #9E665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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