#695564

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

Shades of Salt Box #695564

Tints of Salt Box #695564

Color information

#695564 (or 0x695564) is unknown color: approx Salt Box. HEX triplet: 69, 55 and 64. RGB value is (105,85,100). Sum of RGB (Red+Green+Blue) = 105+85+100=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695564 is #96AA9B. Grayscale: #5C5C5C. Windows color (decimal): -9874076 or 6575465. OLE color: 6575465.

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

Color convert

RGB10585100-
CMYK00.190.050.59
HSL315º10.53%37.25%-
HSV(B)315º19.05%41.18%-
XYZ11.3710.4213.47-
YUV92.69132.13136.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=36.21%
G=29.31%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1058510000.190.050.5931510.5337.25
Hex69556401353B13bb25
Octal1511251440235734731345
Binary1101001101010111001000100111011110111001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695564; }

 p { color: rgb(105,85,100); }

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

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

 a { background-color: rgb(105,85,100); }

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

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

 span { border-color: rgb(105,85,100); }

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