Html Css Color HEX #965766 Vin Rouge

📋 copy color: '#965766'

red 150 ◦ green 87 ◦ blue 102

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

Shades of Vin Rouge #965766

Tints of Vin Rouge #965766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 44.25%
G = 25.66%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#965766 (or 0x965766) is known color: Vin Rouge. HEX triplet: 96, 57 and 66. RGB value is (150,87,102). Sum of RGB (Red+Green+Blue) = 150+87+102=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965766 is #69A899. Grayscale: #6B6B6B. Windows color (decimal): -6924442 or 6707094. OLE color: 6707094.

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

Color convert

RGB 150 87 102 -
CMYK 0 0.42 0.32 0.41
HSL 345.71º 0.27% 0.46% -
HSV(B) 345.71º 0.42% 0.59% -
XYZ 18.38 14.26 14.35 -
YUV 107.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 150 87 102 0 0.42 0.32 0.41 345.71 0.27 0.46
Hex 96 57 66 0 2A 20 29 15A 1B 2E
Octal 226 127 146 0 52 40 51 532 33 56
Binary 10010110 1010111 1100110 0 101010 100000 101001 101011010 11011 101110

Color Harmonies of #965766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965766

Black with #965766

Text Example


Text Example

White with #965766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965766; }

 p { color: rgb(150,87,102); }

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

background-color css

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

 a { background-color: rgb(150,87,102); }

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

border-color css

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

 span { border-color: rgb(150,87,102); }

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