Html Css Color HEX #965658 Vin Rouge

📋 copy color: '#965658'

red 150 ◦ green 86 ◦ blue 88

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

Shades of Vin Rouge #965658

Tints of Vin Rouge #965658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 46.3%
G = 26.54%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965658 (or 0x965658) is known color: Vin Rouge. HEX triplet: 96, 56 and 58. RGB value is (150,86,88). Sum of RGB (Red+Green+Blue) = 150+86+88=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965658 is #69A9A7. Grayscale: #696969. Windows color (decimal): -6924712 or 5789334. OLE color: 5789334.

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

Color convert

RGB 150 86 88 -
CMYK 0 0.43 0.41 0.41
HSL 358.13º 0.27% 0.46% -
HSV(B) 358.13º 0.43% 0.59% -
XYZ 17.67 13.84 10.97 -
YUV 105.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 150 86 88 0 0.43 0.41 0.41 358.13 0.27 0.46
Hex 96 56 58 0 2B 29 29 166 1B 2E
Octal 226 126 130 0 53 51 51 546 33 56
Binary 10010110 1010110 1011000 0 101011 101001 101001 101100110 11011 101110

Color Harmonies of #965658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965658

Black with #965658

Text Example


Text Example

White with #965658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965658; }

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

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

background-color css

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

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

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

border-color css

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

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

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