Html Css Color HEX #9C5D51 Au Chico

📋 copy color: '#9C5D51'

red 156 ◦ green 93 ◦ blue 81

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

Shades of Au Chico #9C5D51

Tints of Au Chico #9C5D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 47.27%
G = 28.18%
B = 24.55%

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

#9C5D51 (or 0x9C5D51) is known color: Au Chico. HEX triplet: 9C, 5D and 51. RGB value is (156,93,81). Sum of RGB (Red+Green+Blue) = 156+93+81=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D51 is #63A2AE. Grayscale: #6E6E6E. Windows color (decimal): -6529711 or 5332380. OLE color: 5332380.

HSL color Cylindrical-coordinate representation of color #9C5D51: hue angle of 9.6º 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 #9C5D51 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 81 -
CMYK 0 0.40 0.48 0.39
HSL 9.6º 0.32% 0.46% -
HSV(B) 9.6º 0.48% 0.61% -
XYZ 19.11 15.49 9.77 -
YUV 110.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 156 93 81 0 0.40 0.48 0.39 9.6 0.32 0.46
Hex 9C 5D 51 0 28 30 27 A 20 2E
Octal 234 135 121 0 50 60 47 12 40 56
Binary 10011100 1011101 1010001 0 101000 110000 100111 1010 100000 101110

Color Harmonies of #9C5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D51

Black with #9C5D51

Text Example


Text Example

White with #9C5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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