Html Css Color HEX #9C5655 Copper Rust

📋 copy color: '#9C5655'

red 156 ◦ green 86 ◦ blue 85

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

Shades of Copper Rust #9C5655

Tints of Copper Rust #9C5655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 47.71%
G = 26.3%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C5655 (or 0x9C5655) is known color: Copper Rust. HEX triplet: 9C, 56 and 55. RGB value is (156,86,85). Sum of RGB (Red+Green+Blue) = 156+86+85=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5655 is #63A9AA. Grayscale: #6A6A6A. Windows color (decimal): -6531499 or 5592732. OLE color: 5592732.

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

Color convert

RGB 156 86 85 -
CMYK 0 0.45 0.46 0.39
HSL 0.85º 0.29% 0.47% -
HSV(B) 0.85º 0.46% 0.61% -
XYZ 18.68 14.38 10.39 -
YUV 106.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 156 86 85 0 0.45 0.46 0.39 0.85 0.29 0.47
Hex 9C 56 55 0 2D 2E 27 1 1D 2F
Octal 234 126 125 0 55 56 47 1 35 57
Binary 10011100 1010110 1010101 0 101101 101110 100111 1 11101 101111

Color Harmonies of #9C5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5655

Black with #9C5655

Text Example


Text Example

White with #9C5655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,85); }

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

background-color css

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

 a { background-color: rgb(156,86,85); }

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

border-color css

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

 span { border-color: rgb(156,86,85); }

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