Html Css Color HEX #9C6054 Au Chico

📋 copy color: '#9C6054'

red 156 ◦ green 96 ◦ blue 84

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

Shades of Au Chico #9C6054

Tints of Au Chico #9C6054

RGB

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

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

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

R = 46.43%
G = 28.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C6054 (or 0x9C6054) is known color: Au Chico. HEX triplet: 9C, 60 and 54. RGB value is (156,96,84). Sum of RGB (Red+Green+Blue) = 156+96+84=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6054 is #639FAB. Grayscale: #707070. Windows color (decimal): -6528940 or 5529756. OLE color: 5529756.

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

Color convert

RGB 156 96 84 -
CMYK 0 0.38 0.46 0.39
HSL 10º 0.3% 0.47% -
HSV(B) 10º 0.46% 0.61% -
XYZ 19.49 16.07 10.46 -
YUV 112.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 156 96 84 0 0.38 0.46 0.39 10 0.3 0.47
Hex 9C 60 54 0 26 2E 27 A 1E 2F
Octal 234 140 124 0 46 56 47 12 36 57
Binary 10011100 1100000 1010100 0 100110 101110 100111 1010 11110 101111

Color Harmonies of #9C6054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6054

Black with #9C6054

Text Example


Text Example

White with #9C6054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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