#695775

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

Shades of Rum #695775

Tints of Rum #695775

Color information

#695775 (or 0x695775) is unknown color: approx Rum. HEX triplet: 69, 57 and 75. RGB value is (105,87,117). Sum of RGB (Red+Green+Blue) = 105+87+117=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #695775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695775 is #96A88A. Grayscale: #5F5F5F. Windows color (decimal): -9873547 or 7690089. OLE color: 7690089.

HSL color Cylindrical-coordinate representation of color #695775: hue angle of 276º 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 #695775 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10587117-
CMYK0.100.2600.54
HSL276º14.71%40%-
HSV(B)276º25.64%45.88%-
XYZ12.4411.118.32-
YUV95.8139.96134.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=33.98%
G=28.16%
B=37.86%

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
Decimal105871170.100.2600.5427614.7140
Hex695775A1A036114f28
Octal15112716512320664241750
Binary11010011010111111010110101101001101101000101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695775; }

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

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

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

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

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

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

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

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