Html Css Color HEX #9E6050 Au Chico

📋 copy color: '#9E6050'

red 158 ◦ green 96 ◦ blue 80

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

Shades of Au Chico #9E6050

Tints of Au Chico #9E6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 47.31%
G = 28.74%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9E6050 (or 0x9E6050) is known color: Au Chico. HEX triplet: 9E, 60 and 50. RGB value is (158,96,80). Sum of RGB (Red+Green+Blue) = 158+96+80=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6050 is #619FAF. Grayscale: #707070. Windows color (decimal): -6397872 or 5267614. OLE color: 5267614.

HSL color Cylindrical-coordinate representation of color #9E6050: hue angle of 12.31º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E6050 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 96 80 -
CMYK 0 0.39 0.49 0.38
HSL 12.31º 0.33% 0.47% -
HSV(B) 12.31º 0.49% 0.62% -
XYZ 19.73 16.21 9.68 -
YUV 112.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 158 96 80 0 0.39 0.49 0.38 12.31 0.33 0.47
Hex 9E 60 50 0 27 31 26 C 21 2F
Octal 236 140 120 0 47 61 46 14 41 57
Binary 10011110 1100000 1010000 0 100111 110001 100110 1100 100001 101111

Color Harmonies of #9E6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6050

Black with #9E6050

Text Example


Text Example

White with #9E6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,80); }

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

background-color css

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

 a { background-color: rgb(158,96,80); }

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

border-color css

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

 span { border-color: rgb(158,96,80); }

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