Html Css Color HEX #9C6756 Au Chico

📋 copy color: '#9C6756'

red 156 ◦ green 103 ◦ blue 86

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

Shades of Au Chico #9C6756

Tints of Au Chico #9C6756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 45.22%
G = 29.86%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C6756 (or 0x9C6756) is known color: Au Chico. HEX triplet: 9C, 67 and 56. RGB value is (156,103,86). Sum of RGB (Red+Green+Blue) = 156+103+86=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6756 is #6398A9. Grayscale: #757575. Windows color (decimal): -6527146 or 5662620. OLE color: 5662620.

HSL color Cylindrical-coordinate representation of color #9C6756: hue angle of 14.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C6756 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 86 -
CMYK 0 0.34 0.45 0.39
HSL 14.57º 0.29% 0.47% -
HSV(B) 14.57º 0.45% 0.61% -
XYZ 20.24 17.44 11.1 -
YUV 116.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 156 103 86 0 0.34 0.45 0.39 14.57 0.29 0.47
Hex 9C 67 56 0 22 2D 27 F 1D 2F
Octal 234 147 126 0 42 55 47 17 35 57
Binary 10011100 1100111 1010110 0 100010 101101 100111 1111 11101 101111

Color Harmonies of #9C6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6756

Black with #9C6756

Text Example


Text Example

White with #9C6756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,103,86); }

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

background-color css

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

 a { background-color: rgb(156,103,86); }

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

border-color css

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

 span { border-color: rgb(156,103,86); }

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