#695C65

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

Shades of Salt Box #695C65

Tints of Salt Box #695C65

Color information

#695C65 (or 0x695C65) is unknown color: approx Salt Box. HEX triplet: 69, 5C and 65. RGB value is (105,92,101). Sum of RGB (Red+Green+Blue) = 105+92+101=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #695C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C65 is #96A39A. Grayscale: #606060. Windows color (decimal): -9872283 or 6642793. OLE color: 6642793.

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

Color convert

RGB10592101-
CMYK00.120.040.59
HSL318.46º6.6%38.63%-
HSV(B)318.46º12.38%41.18%-
XYZ1211.613.92-
YUV96.91130.31133.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=35.23%
G=30.87%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059210100.120.040.59318.466.638.63
Hex695C650C43B13e727
Octal151134145014473476747
Binary11010011011100110010101100100111011100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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