#695675

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

Shades of Rum #695675

Tints of Rum #695675

Color information

#695675 (or 0x695675) is unknown color: approx Rum. HEX triplet: 69, 56 and 75. RGB value is (105,86,117). Sum of RGB (Red+Green+Blue) = 105+86+117=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #695675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695675 is #96A98A. Grayscale: #5F5F5F. Windows color (decimal): -9873803 or 7689833. OLE color: 7689833.

HSL color Cylindrical-coordinate representation of color #695675: hue angle of 276.77º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695675 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10586117-
CMYK0.100.2600.54
HSL276.77º15.27%39.8%-
HSV(B)276.77º26.5%45.88%-
XYZ12.3610.9418.29-
YUV95.22140.29134.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=34.09%
G=27.92%
B=37.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105861170.100.2600.54276.7715.2739.8
Hex695675A1A036115f28
Octal15112616512320664251750
Binary11010011010110111010110101101001101101000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695675; }

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

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

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

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

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

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

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

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