Html Css Color HEX #9C6257 Au Chico

📋 copy color: '#9C6257'

red 156 ◦ green 98 ◦ blue 87

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

Shades of Au Chico #9C6257

Tints of Au Chico #9C6257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 45.75%
G = 28.74%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C6257 (or 0x9C6257) is known color: Au Chico. HEX triplet: 9C, 62 and 57. RGB value is (156,98,87). Sum of RGB (Red+Green+Blue) = 156+98+87=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6257 is #639DA8. Grayscale: #727272. Windows color (decimal): -6528425 or 5726876. OLE color: 5726876.

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

Color convert

RGB 156 98 87 -
CMYK 0 0.37 0.44 0.39
HSL 9.57º 0.28% 0.48% -
HSV(B) 9.57º 0.44% 0.61% -
XYZ 19.8 16.49 11.16 -
YUV 114.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 156 98 87 0 0.37 0.44 0.39 9.57 0.28 0.48
Hex 9C 62 57 0 25 2C 27 A 1C 30
Octal 234 142 127 0 45 54 47 12 34 60
Binary 10011100 1100010 1010111 0 100101 101100 100111 1010 11100 110000

Color Harmonies of #9C6257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6257

Black with #9C6257

Text Example


Text Example

White with #9C6257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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