#695165

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

Shades of Salt Box #695165

Tints of Salt Box #695165

Color information

#695165 (or 0x695165) is unknown color: approx Salt Box. HEX triplet: 69, 51 and 65. RGB value is (105,81,101). Sum of RGB (Red+Green+Blue) = 105+81+101=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695165 is #96AE9A. Grayscale: #5A5A5A. Windows color (decimal): -9875099 or 6639977. OLE color: 6639977.

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

Color convert

RGB10581101-
CMYK00.230.040.59
HSL310º12.9%36.47%-
HSV(B)310º22.86%41.18%-
XYZ11.129.8313.62-
YUV90.46133.95138.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=36.59%
G=28.22%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058110100.230.040.5931012.936.47
Hex69516501743B136d24
Octal1511211450274734661544
Binary1101001101000111001010101111001110111001101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695165; }

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

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

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

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

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

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

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

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