#965539

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

Shades of Piper #965539

Tints of Piper #965539

Color information

#965539 (or 0x965539) is unknown color: approx Piper. HEX triplet: 96, 55 and 39. RGB value is (150,85,57). Sum of RGB (Red+Green+Blue) = 150+85+57=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965539 is #69AAC6. Grayscale: #656565. Windows color (decimal): -6924999 or 3757462. OLE color: 3757462.

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

Color convert

RGB1508557-
CMYK00.430.620.41
HSL18.06º44.93%40.59%-
HSV(B)18.06º62%58.82%-
XYZ16.5613.285.56-
YUV101.24103.03162.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=51.37%
G=29.11%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150855700.430.620.4118.0644.9340.59
Hex96553902B3E29122d29
Octal226125710537651225551
Binary100101101010101111001010101111111010100110010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965539; }

 p { color: rgb(150,85,57); }

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

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

 a { background-color: rgb(150,85,57); }

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

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

 span { border-color: rgb(150,85,57); }

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