#965036

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

Shades of Piper #965036

Tints of Piper #965036

Color information

#965036 (or 0x965036) is unknown color: approx Piper. HEX triplet: 96, 50 and 36. RGB value is (150,80,54). Sum of RGB (Red+Green+Blue) = 150+80+54=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #965036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965036 is #69AFC9. Grayscale: #626262. Windows color (decimal): -6926282 or 3559574. OLE color: 3559574.

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

Color convert

RGB1508054-
CMYK00.470.640.41
HSL16.25º47.06%40%-
HSV(B)16.25º64%58.82%-
XYZ16.1112.495.05-
YUV97.97103.19165.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=52.82%
G=28.17%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150805400.470.640.4116.2547.0640
Hex96503602F4029102f28
Octal2261206605710051205750
Binary1001011010100001101100101111100000010100110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965036; }

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

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

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

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

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

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

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

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