Html Css Color HEX #9C6350 Au Chico

📋 copy color: '#9C6350'

red 156 ◦ green 99 ◦ blue 80

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

Shades of Au Chico #9C6350

Tints of Au Chico #9C6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 46.57%
G = 29.55%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C6350 (or 0x9C6350) is known color: Au Chico. HEX triplet: 9C, 63 and 50. RGB value is (156,99,80). Sum of RGB (Red+Green+Blue) = 156+99+80=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6350 is #639CAF. Grayscale: #727272. Windows color (decimal): -6528176 or 5268380. OLE color: 5268380.

HSL color Cylindrical-coordinate representation of color #9C6350: hue angle of 15º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C6350 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 80 -
CMYK 0 0.37 0.49 0.39
HSL 15º 0.32% 0.46% -
HSV(B) 15º 0.49% 0.61% -
XYZ 19.62 16.57 9.75 -
YUV 113.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 156 99 80 0 0.37 0.49 0.39 15 0.32 0.46
Hex 9C 63 50 0 25 31 27 F 20 2E
Octal 234 143 120 0 45 61 47 17 40 56
Binary 10011100 1100011 1010000 0 100101 110001 100111 1111 100000 101110

Color Harmonies of #9C6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6350

Black with #9C6350

Text Example


Text Example

White with #9C6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,80); }

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

background-color css

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

 a { background-color: rgb(156,99,80); }

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

border-color css

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

 span { border-color: rgb(156,99,80); }

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