#985667

Color #985667 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #985667

Tints of Vin Rouge #985667

Color information

#985667 (or 0x985667) is unknown color: approx Vin Rouge. HEX triplet: 98, 56 and 67. RGB value is (152,86,103). Sum of RGB (Red+Green+Blue) = 152+86+103=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985667 is #67A998. Grayscale: #6B6B6B. Windows color (decimal): -6793625 or 6772376. OLE color: 6772376.

HSL color Cylindrical-coordinate representation of color #985667: hue angle of 344.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985667 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15286103-
CMYK00.430.320.40
HSL344.55º27.73%46.67%-
HSV(B)344.55º43.42%59.61%-
XYZ18.7214.3114.61-
YUV107.67125.37159.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=44.57%
G=25.22%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528610300.430.320.40344.5527.7346.67
Hex98566702B20281591c2f
Octal23012614705340505313457
Binary1001100010101101100111010101110000010100010101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985667; }

 p { color: rgb(152,86,103); }

 H1.HeaderClassName
 {
   color: #985667;
 }
 .AnyTagClassName
 {
   color: #985667;
 }
</style>
background-color css

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

 a { background-color: rgb(152,86,103); }

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

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

 span { border-color: rgb(152,86,103); }

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