#961656

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

Shades of Jazzberry Jam #961656

Tints of Jazzberry Jam #961656

Color information

#961656 (or 0x961656) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 16 and 56. RGB value is (150,22,86). Sum of RGB (Red+Green+Blue) = 150+22+86=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #961656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961656 is #69E9A9. Grayscale: #434343. Windows color (decimal): -6941098 or 5641878. OLE color: 5641878.

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

Color convert

RGB1502286-
CMYK00.850.430.41
HSL330º74.42%33.73%-
HSV(B)330º85.33%58.82%-
XYZ14.547.739.53-
YUV67.57138.41186.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=58.14%
G=8.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150228600.850.430.4133074.4233.73
Hex9616560552B2914a4a22
Octal226261260125535151211242
Binary10010110101101010110010101011010111010011010010101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961656; }

 p { color: rgb(150,22,86); }

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

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

 a { background-color: rgb(150,22,86); }

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

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

 span { border-color: rgb(150,22,86); }

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