#695B65

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

Shades of Salt Box #695B65

Tints of Salt Box #695B65

Color information

#695B65 (or 0x695B65) is unknown color: approx Salt Box. HEX triplet: 69, 5B and 65. RGB value is (105,91,101). Sum of RGB (Red+Green+Blue) = 105+91+101=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #695B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B65 is #96A49A. Grayscale: #606060. Windows color (decimal): -9872539 or 6642537. OLE color: 6642537.

HSL color Cylindrical-coordinate representation of color #695B65: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #695B65 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10591101-
CMYK00.130.040.59
HSL317.14º7.14%38.43%-
HSV(B)317.14º13.33%41.18%-
XYZ11.9211.4313.89-
YUV96.33130.64134.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=35.35%
G=30.64%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059110100.130.040.59317.147.1438.43
Hex695B650D43B13d726
Octal151133145015473475746
Binary11010011011011110010101101100111011100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,101); }

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

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

 a { background-color: rgb(105,91,101); }

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

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

 span { border-color: rgb(105,91,101); }

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