Html Css Color HEX #9C6956 Au Chico

📋 copy color: '#9C6956'

red 156 ◦ green 105 ◦ blue 86

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

Shades of Au Chico #9C6956

Tints of Au Chico #9C6956

RGB

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

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

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

R = 44.96%
G = 30.26%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9C6956 (or 0x9C6956) is known color: Au Chico. HEX triplet: 9C, 69 and 56. RGB value is (156,105,86). Sum of RGB (Red+Green+Blue) = 156+105+86=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6956 is #6396A9. Grayscale: #767676. Windows color (decimal): -6526634 or 5663132. OLE color: 5663132.

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

Color convert

RGB 156 105 86 -
CMYK 0 0.33 0.45 0.39
HSL 16.29º 0.29% 0.47% -
HSV(B) 16.29º 0.45% 0.61% -
XYZ 20.44 17.84 11.17 -
YUV 118.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 156 105 86 0 0.33 0.45 0.39 16.29 0.29 0.47
Hex 9C 69 56 0 21 2D 27 10 1D 2F
Octal 234 151 126 0 41 55 47 20 35 57
Binary 10011100 1101001 1010110 0 100001 101101 100111 10000 11101 101111

Color Harmonies of #9C6956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6956

Black with #9C6956

Text Example


Text Example

White with #9C6956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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