Html Css Color HEX #9C5E57 Au Chico

📋 copy color: '#9C5E57'

red 156 ◦ green 94 ◦ blue 87

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

Shades of Au Chico #9C5E57

Tints of Au Chico #9C5E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 46.29%
G = 27.89%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C5E57 (or 0x9C5E57) is known color: Au Chico. HEX triplet: 9C, 5E and 57. RGB value is (156,94,87). Sum of RGB (Red+Green+Blue) = 156+94+87=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E57 is #63A1A8. Grayscale: #6F6F6F. Windows color (decimal): -6529449 or 5725852. OLE color: 5725852.

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

Color convert

RGB 156 94 87 -
CMYK 0 0.40 0.44 0.39
HSL 6.09º 0.28% 0.48% -
HSV(B) 6.09º 0.44% 0.61% -
XYZ 19.43 15.76 11.03 -
YUV 111.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 156 94 87 0 0.40 0.44 0.39 6.09 0.28 0.48
Hex 9C 5E 57 0 28 2C 27 6 1C 30
Octal 234 136 127 0 50 54 47 6 34 60
Binary 10011100 1011110 1010111 0 101000 101100 100111 110 11100 110000

Color Harmonies of #9C5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E57

Black with #9C5E57

Text Example


Text Example

White with #9C5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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