Html Css Color HEX #9C5E51 Au Chico

📋 copy color: '#9C5E51'

red 156 ◦ green 94 ◦ blue 81

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

Shades of Au Chico #9C5E51

Tints of Au Chico #9C5E51

RGB

 RED value IS 156 (61.33% from 255) = 47.13%

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 47.13%
G = 28.4%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C5E51 (or 0x9C5E51) is known color: Au Chico. HEX triplet: 9C, 5E and 51. RGB value is (156,94,81). Sum of RGB (Red+Green+Blue) = 156+94+81=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E51 is #63A1AE. Grayscale: #6F6F6F. Windows color (decimal): -6529455 or 5332636. OLE color: 5332636.

HSL color Cylindrical-coordinate representation of color #9C5E51: hue angle of 10.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5E51 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 81 -
CMYK 0 0.40 0.48 0.39
HSL 10.4º 0.32% 0.46% -
HSV(B) 10.4º 0.48% 0.61% -
XYZ 19.2 15.67 9.8 -
YUV 111.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 156 94 81 0 0.40 0.48 0.39 10.4 0.32 0.46
Hex 9C 5E 51 0 28 30 27 A 20 2E
Octal 234 136 121 0 50 60 47 12 40 56
Binary 10011100 1011110 1010001 0 101000 110000 100111 1010 100000 101110

Color Harmonies of #9C5E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E51

Black with #9C5E51

Text Example


Text Example

White with #9C5E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,81); }

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

background-color css

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

 a { background-color: rgb(156,94,81); }

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

border-color css

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

 span { border-color: rgb(156,94,81); }

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