Html Css Color HEX #9E634F Au Chico

📋 copy color: '#9E634F'

red 158 ◦ green 99 ◦ blue 79

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

Shades of Au Chico #9E634F

Tints of Au Chico #9E634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 47.02%
G = 29.46%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E634F (or 0x9E634F) is known color: Au Chico. HEX triplet: 9E, 63 and 4F. RGB value is (158,99,79). Sum of RGB (Red+Green+Blue) = 158+99+79=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E634F is #619CB0. Grayscale: #727272. Windows color (decimal): -6397105 or 5202846. OLE color: 5202846.

HSL color Cylindrical-coordinate representation of color #9E634F: hue angle of 15.19º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E634F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 99 79 -
CMYK 0 0.37 0.50 0.38
HSL 15.19º 0.33% 0.46% -
HSV(B) 15.19º 0.5% 0.62% -
XYZ 19.97 16.76 9.58 -
YUV 114.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 158 99 79 0 0.37 0.50 0.38 15.19 0.33 0.46
Hex 9E 63 4F 0 25 32 26 F 21 2E
Octal 236 143 117 0 45 62 46 17 41 56
Binary 10011110 1100011 1001111 0 100101 110010 100110 1111 100001 101110

Color Harmonies of #9E634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E634F

Black with #9E634F

Text Example


Text Example

White with #9E634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,99,79); }

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

background-color css

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

 a { background-color: rgb(158,99,79); }

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

border-color css

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

 span { border-color: rgb(158,99,79); }

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