Html Css Color HEX #985D65 Vin Rouge

📋 copy color: '#985D65'

red 152 ◦ green 93 ◦ blue 101

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

Shades of Vin Rouge #985D65

Tints of Vin Rouge #985D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 43.93%
G = 26.88%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985D65 (or 0x985D65) is known color: Vin Rouge. HEX triplet: 98, 5D and 65. RGB value is (152,93,101). Sum of RGB (Red+Green+Blue) = 152+93+101=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D65 is #67A29A. Grayscale: #6F6F6F. Windows color (decimal): -6791835 or 6643096. OLE color: 6643096.

HSL color Cylindrical-coordinate representation of color #985D65: hue angle of 351.86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D65 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 101 -
CMYK 0 0.39 0.34 0.40
HSL 351.86º 0.24% 0.48% -
HSV(B) 351.86º 0.39% 0.6% -
XYZ 19.21 15.44 14.28 -
YUV 111.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 152 93 101 0 0.39 0.34 0.40 351.86 0.24 0.48
Hex 98 5D 65 0 27 22 28 160 18 30
Octal 230 135 145 0 47 42 50 540 30 60
Binary 10011000 1011101 1100101 0 100111 100010 101000 101100000 11000 110000

Color Harmonies of #985D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D65

Black with #985D65

Text Example


Text Example

White with #985D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985D65; }

 p { color: rgb(152,93,101); }

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

background-color css

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

 a { background-color: rgb(152,93,101); }

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

border-color css

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

 span { border-color: rgb(152,93,101); }

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