Html Css Color HEX #9C5951 Copper Rust

📋 copy color: '#9C5951'

red 156 ◦ green 89 ◦ blue 81

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

Shades of Copper Rust #9C5951

Tints of Copper Rust #9C5951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 47.85%
G = 27.3%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9C5951 (or 0x9C5951) is known color: Copper Rust. HEX triplet: 9C, 59 and 51. RGB value is (156,89,81). Sum of RGB (Red+Green+Blue) = 156+89+81=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5951 is #63A6AE. Grayscale: #6C6C6C. Windows color (decimal): -6530735 or 5331356. OLE color: 5331356.

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

Color convert

RGB 156 89 81 -
CMYK 0 0.43 0.48 0.39
HSL 6.4º 0.32% 0.46% -
HSV(B) 6.4º 0.48% 0.61% -
XYZ 18.77 14.81 9.65 -
YUV 108.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 156 89 81 0 0.43 0.48 0.39 6.4 0.32 0.46
Hex 9C 59 51 0 2B 30 27 6 20 2E
Octal 234 131 121 0 53 60 47 6 40 56
Binary 10011100 1011001 1010001 0 101011 110000 100111 110 100000 101110

Color Harmonies of #9C5951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5951

Black with #9C5951

Text Example


Text Example

White with #9C5951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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