#695E67

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

Shades of Salt Box #695E67

Tints of Salt Box #695E67

Color information

#695E67 (or 0x695E67) is unknown color: approx Salt Box. HEX triplet: 69, 5E and 67. RGB value is (105,94,103). Sum of RGB (Red+Green+Blue) = 105+94+103=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #695E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E67 is #96A198. Grayscale: #626262. Windows color (decimal): -9871769 or 6774377. OLE color: 6774377.

HSL color Cylindrical-coordinate representation of color #695E67: hue angle of 310.91º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #695E67 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10594103-
CMYK00.100.020.59
HSL310.91º5.53%39.02%-
HSV(B)310.91º10.48%41.18%-
XYZ12.2811.9914.5-
YUV98.32130.64132.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=34.77%
G=31.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059410300.100.020.59310.915.5339.02
Hex695E670A23B137627
Octal151136147012273467647
Binary1101001101111011001110101010111011100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,103); }

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

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

 a { background-color: rgb(105,94,103); }

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

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

 span { border-color: rgb(105,94,103); }

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