Html Css Color HEX #9C5F51 Au Chico

📋 copy color: '#9C5F51'

red 156 ◦ green 95 ◦ blue 81

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

Shades of Au Chico #9C5F51

Tints of Au Chico #9C5F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 46.99%
G = 28.61%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C5F51 (or 0x9C5F51) is known color: Au Chico. HEX triplet: 9C, 5F and 51. RGB value is (156,95,81). Sum of RGB (Red+Green+Blue) = 156+95+81=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F51 is #63A0AE. Grayscale: #6F6F6F. Windows color (decimal): -6529199 or 5332892. OLE color: 5332892.

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

Color convert

RGB 156 95 81 -
CMYK 0 0.39 0.48 0.39
HSL 11.2º 0.32% 0.46% -
HSV(B) 11.2º 0.48% 0.61% -
XYZ 19.29 15.85 9.83 -
YUV 111.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 156 95 81 0 0.39 0.48 0.39 11.2 0.32 0.46
Hex 9C 5F 51 0 27 30 27 B 20 2E
Octal 234 137 121 0 47 60 47 13 40 56
Binary 10011100 1011111 1010001 0 100111 110000 100111 1011 100000 101110

Color Harmonies of #9C5F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5F51

Black with #9C5F51

Text Example


Text Example

White with #9C5F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,95,81); }

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

background-color css

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

 a { background-color: rgb(156,95,81); }

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

border-color css

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

 span { border-color: rgb(156,95,81); }

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