#695773

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

Shades of Rum #695773

Tints of Rum #695773

Color information

#695773 (or 0x695773) is unknown color: approx Rum. HEX triplet: 69, 57 and 73. RGB value is (105,87,115). Sum of RGB (Red+Green+Blue) = 105+87+115=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #695773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695773 is #96A88C. Grayscale: #5F5F5F. Windows color (decimal): -9873549 or 7559017. OLE color: 7559017.

HSL color Cylindrical-coordinate representation of color #695773: hue angle of 278.57º 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 #695773 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10587115-
CMYK0.090.2400.55
HSL278.57º13.86%39.61%-
HSV(B)278.57º24.35%45.1%-
XYZ12.3311.0617.7-
YUV95.57138.96134.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=34.20%
G=28.34%
B=37.46%

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
Decimal105871150.090.2400.55278.5713.8639.61
Hex695773918037117e28
Octal15112716311300674271650
Binary11010011010111111001110011100001101111000101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695773; }

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

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

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

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

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

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

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

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