#695C70

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

Shades of Rum #695C70

Tints of Rum #695C70

Color information

#695C70 (or 0x695C70) is unknown color: approx Rum. HEX triplet: 69, 5C and 70. RGB value is (105,92,112). Sum of RGB (Red+Green+Blue) = 105+92+112=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #695C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C70 is #96A38F. Grayscale: #626262. Windows color (decimal): -9872272 or 7363689. OLE color: 7363689.

HSL color Cylindrical-coordinate representation of color #695C70: hue angle of 279º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #695C70 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10592112-
CMYK0.060.1800.56
HSL279º9.8%40%-
HSV(B)279º17.86%43.92%-
XYZ12.5811.8316.95-
YUV98.17135.81132.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=33.98%
G=29.77%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105921120.060.1800.562799.840
Hex695C70612038117a28
Octal1511341606220704271250
Binary1101001101110011100001101001001110001000101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695C70; }

 p { color: rgb(105,92,112); }

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

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

 a { background-color: rgb(105,92,112); }

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

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

 span { border-color: rgb(105,92,112); }

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