#695874

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

Shades of Rum #695874

Tints of Rum #695874

Color information

#695874 (or 0x695874) is unknown color: approx Rum. HEX triplet: 69, 58 and 74. RGB value is (105,88,116). Sum of RGB (Red+Green+Blue) = 105+88+116=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #695874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695874 is #96A78B. Grayscale: #606060. Windows color (decimal): -9873292 or 7624809. OLE color: 7624809.

HSL color Cylindrical-coordinate representation of color #695874: hue angle of 276.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695874 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10588116-
CMYK0.090.2400.55
HSL276.43º13.73%40%-
HSV(B)276.43º24.14%45.49%-
XYZ12.4711.2418.04-
YUV96.28139.13134.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=33.98%
G=28.48%
B=37.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105881160.090.2400.55276.4313.7340
Hex695874918037114e28
Octal15113016411300674241650
Binary11010011011000111010010011100001101111000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695874; }

 p { color: rgb(105,88,116); }

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

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

 a { background-color: rgb(105,88,116); }

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

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

 span { border-color: rgb(105,88,116); }

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