Html Css Color HEX #965E62 Vin Rouge

📋 copy color: '#965E62'

red 150 ◦ green 94 ◦ blue 98

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

Shades of Vin Rouge #965E62

Tints of Vin Rouge #965E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 43.86%
G = 27.49%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965E62 (or 0x965E62) is known color: Vin Rouge. HEX triplet: 96, 5E and 62. RGB value is (150,94,98). Sum of RGB (Red+Green+Blue) = 150+94+98=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E62 is #69A19D. Grayscale: #6F6F6F. Windows color (decimal): -6922654 or 6446742. OLE color: 6446742.

HSL color Cylindrical-coordinate representation of color #965E62: hue angle of 355.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E62 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 98 -
CMYK 0 0.37 0.35 0.41
HSL 355.71º 0.23% 0.48% -
HSV(B) 355.71º 0.37% 0.59% -
XYZ 18.78 15.37 13.53 -
YUV 111.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 150 94 98 0 0.37 0.35 0.41 355.71 0.23 0.48
Hex 96 5E 62 0 25 23 29 164 17 30
Octal 226 136 142 0 45 43 51 544 27 60
Binary 10010110 1011110 1100010 0 100101 100011 101001 101100100 10111 110000

Color Harmonies of #965E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E62

Black with #965E62

Text Example


Text Example

White with #965E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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