Html Css Color HEX #9C6050 Au Chico

📋 copy color: '#9C6050'

red 156 ◦ green 96 ◦ blue 80

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

Shades of Au Chico #9C6050

Tints of Au Chico #9C6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

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

R = 46.99%
G = 28.92%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C6050 (or 0x9C6050) is known color: Au Chico. HEX triplet: 9C, 60 and 50. RGB value is (156,96,80). Sum of RGB (Red+Green+Blue) = 156+96+80=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6050 is #639FAF. Grayscale: #707070. Windows color (decimal): -6528944 or 5267612. OLE color: 5267612.

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

Color convert

RGB 156 96 80 -
CMYK 0 0.38 0.49 0.39
HSL 12.63º 0.32% 0.46% -
HSV(B) 12.63º 0.49% 0.61% -
XYZ 19.34 16.01 9.66 -
YUV 112.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 156 96 80 0 0.38 0.49 0.39 12.63 0.32 0.46
Hex 9C 60 50 0 26 31 27 D 20 2E
Octal 234 140 120 0 46 61 47 15 40 56
Binary 10011100 1100000 1010000 0 100110 110001 100111 1101 100000 101110

Color Harmonies of #9C6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6050

Black with #9C6050

Text Example


Text Example

White with #9C6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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