Html Css Color HEX #9C6959 Au Chico

📋 copy color: '#9C6959'

red 156 ◦ green 105 ◦ blue 89

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

Shades of Au Chico #9C6959

Tints of Au Chico #9C6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 44.57%
G = 30%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C6959 (or 0x9C6959) is known color: Au Chico. HEX triplet: 9C, 69 and 59. RGB value is (156,105,89). Sum of RGB (Red+Green+Blue) = 156+105+89=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6959 is #6396A6. Grayscale: #767676. Windows color (decimal): -6526631 or 5859740. OLE color: 5859740.

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

Color convert

RGB 156 105 89 -
CMYK 0 0.33 0.43 0.39
HSL 14.33º 0.27% 0.48% -
HSV(B) 14.33º 0.43% 0.61% -
XYZ 20.57 17.89 11.82 -
YUV 118.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 156 105 89 0 0.33 0.43 0.39 14.33 0.27 0.48
Hex 9C 69 59 0 21 2B 27 E 1B 30
Octal 234 151 131 0 41 53 47 16 33 60
Binary 10011100 1101001 1011001 0 100001 101011 100111 1110 11011 110000

Color Harmonies of #9C6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6959

Black with #9C6959

Text Example


Text Example

White with #9C6959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,89); }

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

background-color css

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

 a { background-color: rgb(156,105,89); }

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

border-color css

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

 span { border-color: rgb(156,105,89); }

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