Html Css Color HEX #965663 Vin Rouge

📋 copy color: '#965663'

red 150 ◦ green 86 ◦ blue 99

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

Shades of Vin Rouge #965663

Tints of Vin Rouge #965663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 44.78%
G = 25.67%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965663 (or 0x965663) is known color: Vin Rouge. HEX triplet: 96, 56 and 63. RGB value is (150,86,99). Sum of RGB (Red+Green+Blue) = 150+86+99=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965663 is #69A99C. Grayscale: #6A6A6A. Windows color (decimal): -6924701 or 6510230. OLE color: 6510230.

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

Color convert

RGB 150 86 99 -
CMYK 0 0.43 0.34 0.41
HSL 347.81º 0.27% 0.46% -
HSV(B) 347.81º 0.43% 0.59% -
XYZ 18.16 14.04 13.56 -
YUV 106.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 150 86 99 0 0.43 0.34 0.41 347.81 0.27 0.46
Hex 96 56 63 0 2B 22 29 15C 1B 2E
Octal 226 126 143 0 53 42 51 534 33 56
Binary 10010110 1010110 1100011 0 101011 100010 101001 101011100 11011 101110

Color Harmonies of #965663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965663

Black with #965663

Text Example


Text Example

White with #965663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965663; }

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

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

background-color css

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

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

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

border-color css

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

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

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