Html Css Color HEX #9C5D56 Au Chico

📋 copy color: '#9C5D56'

red 156 ◦ green 93 ◦ blue 86

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

Shades of Au Chico #9C5D56

Tints of Au Chico #9C5D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 46.57%
G = 27.76%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C5D56 (or 0x9C5D56) is known color: Au Chico. HEX triplet: 9C, 5D and 56. RGB value is (156,93,86). Sum of RGB (Red+Green+Blue) = 156+93+86=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D56 is #63A2A9. Grayscale: #6F6F6F. Windows color (decimal): -6529706 or 5660060. OLE color: 5660060.

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

Color convert

RGB 156 93 86 -
CMYK 0 0.40 0.45 0.39
HSL 0.29% 0.47% -
HSV(B) 0.45% 0.61% -
XYZ 19.3 15.57 10.79 -
YUV 111.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 156 93 86 0 0.40 0.45 0.39 6 0.29 0.47
Hex 9C 5D 56 0 28 2D 27 6 1D 2F
Octal 234 135 126 0 50 55 47 6 35 57
Binary 10011100 1011101 1010110 0 101000 101101 100111 110 11101 101111

Color Harmonies of #9C5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D56

Black with #9C5D56

Text Example


Text Example

White with #9C5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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