#9C5630

Color #9C5630 Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #9C5630

Tints of Piper #9C5630

Color information

#9C5630 (or 0x9C5630) is unknown color: approx Piper. HEX triplet: 9C, 56 and 30. RGB value is (156,86,48). Sum of RGB (Red+Green+Blue) = 156+86+48=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5630 is #63A9CF. Grayscale: #666666. Windows color (decimal): -6531536 or 3167900. OLE color: 3167900.

HSL color Cylindrical-coordinate representation of color #9C5630: hue angle of 21.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C5630 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1568648-
CMYK00.450.690.39
HSL21.11º52.94%40%-
HSV(B)21.11º69.23%61.18%-
XYZ17.5713.944.56-
YUV102.697.19166.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.79%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=53.79%
G=29.66%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156864800.450.690.3921.1152.9440
Hex9C563002D4527153528
Octal2341266005510547256550
Binary1001110010101101100000101101100010110011110101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C5630;
 }
 .AnyTagClassName
 {
   color: #9C5630;
 }
</style>
background-color css

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

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

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

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

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

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