#961664

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

Shades of Jazzberry Jam #961664

Tints of Jazzberry Jam #961664

Color information

#961664 (or 0x961664) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 16 and 64. RGB value is (150,22,100). Sum of RGB (Red+Green+Blue) = 150+22+100=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #961664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961664 is #69E99B. Grayscale: #444444. Windows color (decimal): -6941084 or 6559382. OLE color: 6559382.

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

Color convert

RGB15022100-
CMYK00.850.330.41
HSL323.44º74.42%33.73%-
HSV(B)323.44º85.33%58.82%-
XYZ15.167.9812.8-
YUV69.16145.41185.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=55.15%
G=8.09%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502210000.850.330.41323.4474.4233.73
Hex96166405521291434a22
Octal226261440125415150311242
Binary10010110101101100100010101011000011010011010000111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961664; }

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

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

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

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

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

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

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

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