#965137

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

Shades of Piper #965137

Tints of Piper #965137

Color information

#965137 (or 0x965137) is unknown color: approx Piper. HEX triplet: 96, 51 and 37. RGB value is (150,81,55). Sum of RGB (Red+Green+Blue) = 150+81+55=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965137 is #69AEC8. Grayscale: #626262. Windows color (decimal): -6926025 or 3625366. OLE color: 3625366.

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

Color convert

RGB1508155-
CMYK00.460.630.41
HSL16.42º46.34%40.2%-
HSV(B)16.42º63.33%58.82%-
XYZ16.2112.645.2-
YUV98.67103.36164.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 55 (21.88% from 255) = 19.23%
R=52.45%
G=28.32%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150815500.460.630.4116.4246.3440.2
Hex96513702E3F29102e28
Octal226121670567751205650
Binary100101101010001110111010111011111110100110000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965137; }

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

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

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

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

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

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

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

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