#96513B

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

Shades of Piper #96513B

Tints of Piper #96513B

Color information

#96513B (or 0x96513B) is unknown color: approx Piper. HEX triplet: 96, 51 and 3B. RGB value is (150,81,59). Sum of RGB (Red+Green+Blue) = 150+81+59=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96513B is #69AEC4. Grayscale: #636363. Windows color (decimal): -6926021 or 3887510. OLE color: 3887510.

HSL color Cylindrical-coordinate representation of color #96513B: hue angle of 14.51º 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 #96513B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1508159-
CMYK00.460.610.41
HSL14.51º43.54%40.98%-
HSV(B)14.51º60.67%58.82%-
XYZ16.3112.685.73-
YUV99.12105.36164.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=51.72%
G=27.93%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150815900.460.610.4114.5143.5440.98
Hex96513B02E3D29f2c29
Octal226121730567551175451
Binary10010110101000111101101011101111011010011111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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