Html Css Color HEX #9C6557 Au Chico

📋 copy color: '#9C6557'

red 156 ◦ green 101 ◦ blue 87

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

Shades of Au Chico #9C6557

Tints of Au Chico #9C6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 45.35%
G = 29.36%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C6557 (or 0x9C6557) is known color: Au Chico. HEX triplet: 9C, 65 and 57. RGB value is (156,101,87). Sum of RGB (Red+Green+Blue) = 156+101+87=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6557 is #639AA8. Grayscale: #737373. Windows color (decimal): -6527657 or 5727644. OLE color: 5727644.

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

Color convert

RGB 156 101 87 -
CMYK 0 0.35 0.44 0.39
HSL 12.17º 0.28% 0.48% -
HSV(B) 12.17º 0.44% 0.61% -
XYZ 20.08 17.06 11.25 -
YUV 115.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 156 101 87 0 0.35 0.44 0.39 12.17 0.28 0.48
Hex 9C 65 57 0 23 2C 27 C 1C 30
Octal 234 145 127 0 43 54 47 14 34 60
Binary 10011100 1100101 1010111 0 100011 101100 100111 1100 11100 110000

Color Harmonies of #9C6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6557

Black with #9C6557

Text Example


Text Example

White with #9C6557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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