#695C71

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

Shades of Rum #695C71

Tints of Rum #695C71

Color information

#695C71 (or 0x695C71) is unknown color: approx Rum. HEX triplet: 69, 5C and 71. RGB value is (105,92,113). Sum of RGB (Red+Green+Blue) = 105+92+113=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 113 - color contains mainly: blue. Hex color #695C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C71 is #96A38E. Grayscale: #626262. Windows color (decimal): -9872271 or 7429225. OLE color: 7429225.

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

Color convert

RGB10592113-
CMYK0.070.1900.56
HSL277.14º10.24%40.2%-
HSV(B)277.14º18.58%44.31%-
XYZ12.6311.8517.24-
YUV98.28136.31132.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=33.87%
G=29.68%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105921130.070.1900.56277.1410.2440.2
Hex695C71713038115a28
Octal1511341617230704251250
Binary1101001101110011100011111001101110001000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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