#96523A

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

Shades of Piper #96523A

Tints of Piper #96523A

Color information

#96523A (or 0x96523A) is unknown color: approx Piper. HEX triplet: 96, 52 and 3A. RGB value is (150,82,58). Sum of RGB (Red+Green+Blue) = 150+82+58=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523A is #69ADC5. Grayscale: #636363. Windows color (decimal): -6925766 or 3822230. OLE color: 3822230.

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

Color convert

RGB1508258-
CMYK00.450.610.41
HSL15.65º44.23%40.78%-
HSV(B)15.65º61.33%58.82%-
XYZ16.3612.825.62-
YUV99.6104.53163.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 58 (23.05% from 255) = 20%
R=51.72%
G=28.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150825800.450.610.4115.6544.2340.78
Hex96523A02D3D29102c29
Octal226122720557551205451
Binary100101101010010111010010110111110110100110000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96523A; }

 p { color: rgb(150,82,58); }

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

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

 a { background-color: rgb(150,82,58); }

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

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

 span { border-color: rgb(150,82,58); }

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