Html Css Color HEX #963656 Lipstick

📋 copy color: '#963656'

red 150 ◦ green 54 ◦ blue 86

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

Shades of Lipstick #963656

Tints of Lipstick #963656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 51.72%
G = 18.62%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963656 (or 0x963656) is known color: Lipstick. HEX triplet: 96, 36 and 56. RGB value is (150,54,86). Sum of RGB (Red+Green+Blue) = 150+54+86=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #963656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963656 is #69C9A9. Grayscale: #565656. Windows color (decimal): -6932906 or 5650070. OLE color: 5650070.

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

Color convert

RGB 150 54 86 -
CMYK 0 0.64 0.43 0.41
HSL 340º 0.47% 0.4% -
HSV(B) 340º 0.64% 0.59% -
XYZ 15.58 9.79 9.87 -
YUV 86.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 150 54 86 0 0.64 0.43 0.41 340 0.47 0.4
Hex 96 36 56 0 40 2B 29 154 2F 28
Octal 226 66 126 0 100 53 51 524 57 50
Binary 10010110 110110 1010110 0 1000000 101011 101001 101010100 101111 101000

Color Harmonies of #963656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963656

Black with #963656

Text Example


Text Example

White with #963656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963656; }

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

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

background-color css

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

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

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

border-color css

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

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

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