Html Css Color HEX #965662 Vin Rouge

📋 copy color: '#965662'

red 150 ◦ green 86 ◦ blue 98

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

Shades of Vin Rouge #965662

Tints of Vin Rouge #965662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 44.91%
G = 25.75%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965662 (or 0x965662) is known color: Vin Rouge. HEX triplet: 96, 56 and 62. RGB value is (150,86,98). Sum of RGB (Red+Green+Blue) = 150+86+98=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #965662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965662 is #69A99D. Grayscale: #6A6A6A. Windows color (decimal): -6924702 or 6444694. OLE color: 6444694.

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

Color convert

RGB 150 86 98 -
CMYK 0 0.43 0.35 0.41
HSL 348.75º 0.27% 0.46% -
HSV(B) 348.75º 0.43% 0.59% -
XYZ 18.11 14.02 13.31 -
YUV 106.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 150 86 98 0 0.43 0.35 0.41 348.75 0.27 0.46
Hex 96 56 62 0 2B 23 29 15D 1B 2E
Octal 226 126 142 0 53 43 51 535 33 56
Binary 10010110 1010110 1100010 0 101011 100011 101001 101011101 11011 101110

Color Harmonies of #965662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965662

Black with #965662

Text Example


Text Example

White with #965662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965662; }

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

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

background-color css

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

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

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

border-color css

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

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

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