#964F37

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

Shades of Piper #964F37

Tints of Piper #964F37

Color information

#964F37 (or 0x964F37) is unknown color: approx Piper. HEX triplet: 96, 4F and 37. RGB value is (150,79,55). Sum of RGB (Red+Green+Blue) = 150+79+55=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F37 is #69B0C8. Grayscale: #616161. Windows color (decimal): -6926537 or 3624854. OLE color: 3624854.

HSL color Cylindrical-coordinate representation of color #964F37: hue angle of 15.16º 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 #964F37 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1507955-
CMYK00.470.630.41
HSL15.16º46.34%40.2%-
HSV(B)15.16º63.33%58.82%-
XYZ16.0612.355.15-
YUV97.49104.02165.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=52.82%
G=27.82%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150795500.470.630.4115.1646.3440.2
Hex964F3702F3F29f2e28
Octal226117670577751175650
Binary10010110100111111011101011111111111010011111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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