Html Css Color HEX #9E695B Au Chico

📋 copy color: '#9E695B'

red 158 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #9E695B

Tints of Au Chico #9E695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 44.63%
G = 29.66%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9E695B (or 0x9E695B) is known color: Au Chico. HEX triplet: 9E, 69 and 5B. RGB value is (158,105,91). Sum of RGB (Red+Green+Blue) = 158+105+91=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E695B is #6196A4. Grayscale: #777777. Windows color (decimal): -6395557 or 5990814. OLE color: 5990814.

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

Color convert

RGB 158 105 91 -
CMYK 0 0.34 0.42 0.38
HSL 12.54º 0.27% 0.49% -
HSV(B) 12.54º 0.42% 0.62% -
XYZ 21.04 18.13 12.29 -
YUV 119.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 158 105 91 0 0.34 0.42 0.38 12.54 0.27 0.49
Hex 9E 69 5B 0 22 2A 26 D 1B 31
Octal 236 151 133 0 42 52 46 15 33 61
Binary 10011110 1101001 1011011 0 100010 101010 100110 1101 11011 110001

Color Harmonies of #9E695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E695B

Black with #9E695B

Text Example


Text Example

White with #9E695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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