#695673

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

Shades of Rum #695673

Tints of Rum #695673

Color information

#695673 (or 0x695673) is unknown color: approx Rum. HEX triplet: 69, 56 and 73. RGB value is (105,86,115). Sum of RGB (Red+Green+Blue) = 105+86+115=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #695673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695673 is #96A98C. Grayscale: #5E5E5E. Windows color (decimal): -9873805 or 7558761. OLE color: 7558761.

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

Color convert

RGB10586115-
CMYK0.090.2500.55
HSL279.31º14.43%39.41%-
HSV(B)279.31º25.22%45.1%-
XYZ12.2510.917.68-
YUV94.99139.29135.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=34.31%
G=28.10%
B=37.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105861150.090.2500.55279.3114.4339.41
Hex695673919037117e27
Octal15112616311310674271647
Binary11010011010110111001110011100101101111000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695673; }

 p { color: rgb(105,86,115); }

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

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

 a { background-color: rgb(105,86,115); }

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

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

 span { border-color: rgb(105,86,115); }

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