Html Css Color HEX #9C6554 Au Chico

📋 copy color: '#9C6554'

red 156 ◦ green 101 ◦ blue 84

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

Shades of Au Chico #9C6554

Tints of Au Chico #9C6554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 45.75%
G = 29.62%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C6554 (or 0x9C6554) is known color: Au Chico. HEX triplet: 9C, 65 and 54. RGB value is (156,101,84). Sum of RGB (Red+Green+Blue) = 156+101+84=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6554 is #639AAB. Grayscale: #737373. Windows color (decimal): -6527660 or 5531036. OLE color: 5531036.

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

Color convert

RGB 156 101 84 -
CMYK 0 0.35 0.46 0.39
HSL 14.17º 0.3% 0.47% -
HSV(B) 14.17º 0.46% 0.61% -
XYZ 19.96 17.02 10.62 -
YUV 115.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 156 101 84 0 0.35 0.46 0.39 14.17 0.3 0.47
Hex 9C 65 54 0 23 2E 27 E 1E 2F
Octal 234 145 124 0 43 56 47 16 36 57
Binary 10011100 1100101 1010100 0 100011 101110 100111 1110 11110 101111

Color Harmonies of #9C6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6554

Black with #9C6554

Text Example


Text Example

White with #9C6554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,84); }

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

background-color css

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

 a { background-color: rgb(156,101,84); }

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

border-color css

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

 span { border-color: rgb(156,101,84); }

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