#695465

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

Shades of Salt Box #695465

Tints of Salt Box #695465

Color information

#695465 (or 0x695465) is unknown color: approx Salt Box. HEX triplet: 69, 54 and 65. RGB value is (105,84,101). Sum of RGB (Red+Green+Blue) = 105+84+101=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695465 is #96AB9A. Grayscale: #5C5C5C. Windows color (decimal): -9874331 or 6640745. OLE color: 6640745.

HSL color Cylindrical-coordinate representation of color #695465: hue angle of 311.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695465 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10584101-
CMYK00.200.040.59
HSL311.43º11.11%37.06%-
HSV(B)311.43º20%41.18%-
XYZ11.3410.2813.7-
YUV92.22132.96137.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=36.21%
G=28.97%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058410100.200.040.59311.4311.1137.06
Hex69546501443B137b25
Octal1511241450244734671345
Binary1101001101010011001010101001001110111001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695465; }

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

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

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

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

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

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

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

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