Html Css Color HEX #9C6A57 Au Chico

📋 copy color: '#9C6A57'

red 156 ◦ green 106 ◦ blue 87

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

Shades of Au Chico #9C6A57

Tints of Au Chico #9C6A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

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

R = 44.7%
G = 30.37%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C6A57 (or 0x9C6A57) is known color: Au Chico. HEX triplet: 9C, 6A and 57. RGB value is (156,106,87). Sum of RGB (Red+Green+Blue) = 156+106+87=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A57 is #6395A8. Grayscale: #767676. Windows color (decimal): -6526377 or 5728924. OLE color: 5728924.

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

Color convert

RGB 156 106 87 -
CMYK 0 0.32 0.44 0.39
HSL 16.52º 0.28% 0.48% -
HSV(B) 16.52º 0.44% 0.61% -
XYZ 20.58 18.06 11.42 -
YUV 118.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 156 106 87 0 0.32 0.44 0.39 16.52 0.28 0.48
Hex 9C 6A 57 0 20 2C 27 11 1C 30
Octal 234 152 127 0 40 54 47 21 34 60
Binary 10011100 1101010 1010111 0 100000 101100 100111 10001 11100 110000

Color Harmonies of #9C6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A57

Black with #9C6A57

Text Example


Text Example

White with #9C6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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