Html Css Color HEX #9C6859 Au Chico

📋 copy color: '#9C6859'

red 156 ◦ green 104 ◦ blue 89

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

Shades of Au Chico #9C6859

Tints of Au Chico #9C6859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 44.7%
G = 29.8%
B = 25.5%

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

#9C6859 (or 0x9C6859) is known color: Au Chico. HEX triplet: 9C, 68 and 59. RGB value is (156,104,89). Sum of RGB (Red+Green+Blue) = 156+104+89=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6859 is #6397A6. Grayscale: #757575. Windows color (decimal): -6526887 or 5859484. OLE color: 5859484.

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

Color convert

RGB 156 104 89 -
CMYK 0 0.33 0.43 0.39
HSL 13.43º 0.27% 0.48% -
HSV(B) 13.43º 0.43% 0.61% -
XYZ 20.46 17.69 11.79 -
YUV 117.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 156 104 89 0 0.33 0.43 0.39 13.43 0.27 0.48
Hex 9C 68 59 0 21 2B 27 D 1B 30
Octal 234 150 131 0 41 53 47 15 33 60
Binary 10011100 1101000 1011001 0 100001 101011 100111 1101 11011 110000

Color Harmonies of #9C6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6859

Black with #9C6859

Text Example


Text Example

White with #9C6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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