#965438

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

Shades of Piper #965438

Tints of Piper #965438

Color information

#965438 (or 0x965438) is unknown color: approx Piper. HEX triplet: 96, 54 and 38. RGB value is (150,84,56). Sum of RGB (Red+Green+Blue) = 150+84+56=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965438 is #69ABC7. Grayscale: #646464. Windows color (decimal): -6925256 or 3691670. OLE color: 3691670.

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

Color convert

RGB1508456-
CMYK00.440.630.41
HSL17.87º45.63%40.39%-
HSV(B)17.87º62.67%58.82%-
XYZ16.4613.115.4-
YUV100.54102.87163.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=51.72%
G=28.97%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150845600.440.630.4117.8745.6340.39
Hex96543802C3F29122e28
Octal226124700547751225650
Binary100101101010100111000010110011111110100110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965438; }

 p { color: rgb(150,84,56); }

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

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

 a { background-color: rgb(150,84,56); }

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

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

 span { border-color: rgb(150,84,56); }

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