Html Css Color HEX #986061 Vin Rouge

📋 copy color: '#986061'

red 152 ◦ green 96 ◦ blue 97

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

Shades of Vin Rouge #986061

Tints of Vin Rouge #986061

RGB

 RED value IS 152 (59.77% from 255) = 44.06%

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 44.06%
G = 27.83%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986061 (or 0x986061) is known color: Vin Rouge. HEX triplet: 98, 60 and 61. RGB value is (152,96,97). Sum of RGB (Red+Green+Blue) = 152+96+97=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #986061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986061 is #679F9E. Grayscale: #707070. Windows color (decimal): -6791071 or 6381720. OLE color: 6381720.

HSL color Cylindrical-coordinate representation of color #986061: hue angle of 358.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986061 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 97 -
CMYK 0 0.37 0.36 0.40
HSL 358.93º 0.23% 0.49% -
HSV(B) 358.93º 0.37% 0.6% -
XYZ 19.29 15.9 13.36 -
YUV 112.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 152 96 97 0 0.37 0.36 0.40 358.93 0.23 0.49
Hex 98 60 61 0 25 24 28 167 17 31
Octal 230 140 141 0 45 44 50 547 27 61
Binary 10011000 1100000 1100001 0 100101 100100 101000 101100111 10111 110001

Color Harmonies of #986061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986061

Black with #986061

Text Example


Text Example

White with #986061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986061; }

 p { color: rgb(152,96,97); }

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

background-color css

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

 a { background-color: rgb(152,96,97); }

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

border-color css

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

 span { border-color: rgb(152,96,97); }

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