#961658

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

Shades of Jazzberry Jam #961658

Tints of Jazzberry Jam #961658

Color information

#961658 (or 0x961658) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 16 and 58. RGB value is (150,22,88). Sum of RGB (Red+Green+Blue) = 150+22+88=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #961658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961658 is #69E9A7. Grayscale: #434343. Windows color (decimal): -6941096 or 5772950. OLE color: 5772950.

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

Color convert

RGB1502288-
CMYK00.850.410.41
HSL329.06º74.42%33.73%-
HSV(B)329.06º85.33%58.82%-
XYZ14.637.769.96-
YUV67.8139.41186.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=57.69%
G=8.46%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150228800.850.410.41329.0674.4233.73
Hex96165805529291494a22
Octal226261300125515151111242
Binary10010110101101011000010101011010011010011010010011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961658; }

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

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

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

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

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

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

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

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