#965336

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

Shades of Piper #965336

Tints of Piper #965336

Color information

#965336 (or 0x965336) is unknown color: approx Piper. HEX triplet: 96, 53 and 36. RGB value is (150,83,54). Sum of RGB (Red+Green+Blue) = 150+83+54=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965336 is #69ACC9. Grayscale: #636363. Windows color (decimal): -6925514 or 3560342. OLE color: 3560342.

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

Color convert

RGB1508354-
CMYK00.450.640.41
HSL18.12º47.06%40%-
HSV(B)18.12º64%58.82%-
XYZ16.3412.945.13-
YUV99.73102.2163.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=52.26%
G=28.92%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150835400.450.640.4118.1247.0640
Hex96533602D4029122f28
Octal2261236605510051225750
Binary1001011010100111101100101101100000010100110010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965336; }

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

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

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

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

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

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

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

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