#695872

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

Shades of Rum #695872

Tints of Rum #695872

Color information

#695872 (or 0x695872) is unknown color: approx Rum. HEX triplet: 69, 58 and 72. RGB value is (105,88,114). Sum of RGB (Red+Green+Blue) = 105+88+114=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #695872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695872 is #96A78D. Grayscale: #5F5F5F. Windows color (decimal): -9873294 or 7493737. OLE color: 7493737.

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

Color convert

RGB10588114-
CMYK0.080.2300.55
HSL279.23º12.87%39.61%-
HSV(B)279.23º22.81%44.71%-
XYZ12.3511.217.43-
YUV96.05138.13134.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=34.20%
G=28.66%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105881140.080.2300.55279.2312.8739.61
Hex695872817037117d28
Octal15113016210270674271550
Binary11010011011000111001010001011101101111000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695872; }

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

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

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

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

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

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

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

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