#964E37

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

Shades of Piper #964E37

Tints of Piper #964E37

Color information

#964E37 (or 0x964E37) is unknown color: approx Piper. HEX triplet: 96, 4E and 37. RGB value is (150,78,55). Sum of RGB (Red+Green+Blue) = 150+78+55=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E37 is #69B1C8. Grayscale: #616161. Windows color (decimal): -6926793 or 3624598. OLE color: 3624598.

HSL color Cylindrical-coordinate representation of color #964E37: hue angle of 14.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964E37 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1507855-
CMYK00.480.630.41
HSL14.53º46.34%40.2%-
HSV(B)14.53º63.33%58.82%-
XYZ15.9912.215.13-
YUV96.91104.35165.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=53.00%
G=27.56%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150785500.480.630.4114.5346.3440.2
Hex964E370303F29f2e28
Octal226116670607751175650
Binary10010110100111011011101100001111111010011111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964E37; }

 p { color: rgb(150,78,55); }

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

<style>
 a { background-color: #964E37; }

 a { background-color: rgb(150,78,55); }

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

<style>
 span { border-color: #964E37; }

 span { border-color: rgb(150,78,55); }

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