Html Css Color HEX #9C6256 Au Chico

📋 copy color: '#9C6256'

red 156 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #9C6256

Tints of Au Chico #9C6256

RGB

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

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

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

R = 45.88%
G = 28.82%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C6256 (or 0x9C6256) is known color: Au Chico. HEX triplet: 9C, 62 and 56. RGB value is (156,98,86). Sum of RGB (Red+Green+Blue) = 156+98+86=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6256 is #639DA9. Grayscale: #727272. Windows color (decimal): -6528426 or 5661340. OLE color: 5661340.

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

Color convert

RGB 156 98 86 -
CMYK 0 0.37 0.45 0.39
HSL 10.29º 0.29% 0.47% -
HSV(B) 10.29º 0.45% 0.61% -
XYZ 19.76 16.48 10.94 -
YUV 113.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 156 98 86 0 0.37 0.45 0.39 10.29 0.29 0.47
Hex 9C 62 56 0 25 2D 27 A 1D 2F
Octal 234 142 126 0 45 55 47 12 35 57
Binary 10011100 1100010 1010110 0 100101 101101 100111 1010 11101 101111

Color Harmonies of #9C6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6256

Black with #9C6256

Text Example


Text Example

White with #9C6256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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