#96503B

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

Shades of Piper #96503B

Tints of Piper #96503B

Color information

#96503B (or 0x96503B) is unknown color: approx Piper. HEX triplet: 96, 50 and 3B. RGB value is (150,80,59). Sum of RGB (Red+Green+Blue) = 150+80+59=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #96503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96503B is #69AFC4. Grayscale: #626262. Windows color (decimal): -6926277 or 3887254. OLE color: 3887254.

HSL color Cylindrical-coordinate representation of color #96503B: hue angle of 13.85º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96503B is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1508059-
CMYK00.470.610.41
HSL13.85º43.54%40.98%-
HSV(B)13.85º60.67%58.82%-
XYZ16.2412.545.7-
YUV98.54105.69164.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=51.90%
G=27.68%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150805900.470.610.4113.8543.5440.98
Hex96503B02F3D29e2c29
Octal226120730577551165451
Binary10010110101000011101101011111111011010011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96503B; }

 p { color: rgb(150,80,59); }

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

<style>
 a { background-color: #96503B; }

 a { background-color: rgb(150,80,59); }

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

<style>
 span { border-color: #96503B; }

 span { border-color: rgb(150,80,59); }

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