#96533B

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

Shades of Piper #96533B

Tints of Piper #96533B

Color information

#96533B (or 0x96533B) is unknown color: approx Piper. HEX triplet: 96, 53 and 3B. RGB value is (150,83,59). Sum of RGB (Red+Green+Blue) = 150+83+59=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533B is #69ACC4. Grayscale: #646464. Windows color (decimal): -6925509 or 3888022. OLE color: 3888022.

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

Color convert

RGB1508359-
CMYK00.450.610.41
HSL15.82º43.54%40.98%-
HSV(B)15.82º60.67%58.82%-
XYZ16.4612.995.78-
YUV100.3104.7163.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=51.37%
G=28.42%
B=20.21%

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
Decimal150835900.450.610.4115.8243.5440.98
Hex96533B02D3D29102c29
Octal226123730557551205451
Binary100101101010011111011010110111110110100110000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96533B; }

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

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

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

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

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

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

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

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