Html Css Color HEX #960656 Jazzberry Jam

📋 copy color: '#960656'

red 150 ◦ green 6 ◦ blue 86

#960656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #960656

Tints of Jazzberry Jam #960656

RGB

 RED value IS 150 (58.98% from 255) = 61.98%

 GREEN value IS 6 (2.73% from 255) = 2.48%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 61.98%
G = 2.48%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#960656 (or 0x960656) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 56. RGB value is (150,6,86). Sum of RGB (Red+Green+Blue) = 150+6+86=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960656 is #69F9A9. Grayscale: #3A3A3A. Windows color (decimal): -6945194 or 5637782. OLE color: 5637782.

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

Color convert

RGB 150 6 86 -
CMYK 0 0.96 0.43 0.41
HSL 326.67º 0.92% 0.31% -
HSV(B) 326.67º 0.96% 0.59% -
XYZ 14.32 7.29 9.46 -
YUV 58.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 150 6 86 0 0.96 0.43 0.41 326.67 0.92 0.31
Hex 96 6 56 0 60 2B 29 147 5C 1F
Octal 226 6 126 0 140 53 51 507 134 37
Binary 10010110 110 1010110 0 1100000 101011 101001 101000111 1011100 11111

Color Harmonies of #960656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960656

Black with #960656

Text Example


Text Example

White with #960656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960656; }

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

 H1.HeaderClassName
 {
   color: #960656;
 }
 .AnyTagClassName
 {
   color: #960656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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