#695365

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

Shades of Salt Box #695365

Tints of Salt Box #695365

Color information

#695365 (or 0x695365) is unknown color: approx Salt Box. HEX triplet: 69, 53 and 65. RGB value is (105,83,101). Sum of RGB (Red+Green+Blue) = 105+83+101=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695365 is #96AC9A. Grayscale: #5B5B5B. Windows color (decimal): -9874587 or 6640489. OLE color: 6640489.

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

Color convert

RGB10583101-
CMYK00.210.040.59
HSL310.91º11.7%36.86%-
HSV(B)310.91º20.95%41.18%-
XYZ11.2710.1313.67-
YUV91.63133.29137.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=36.33%
G=28.72%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058310100.210.040.59310.9111.736.86
Hex69536501543B137c25
Octal1511231450254734671445
Binary1101001101001111001010101011001110111001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695365; }

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

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

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

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

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

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

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

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