#695662

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

Shades of Salt Box #695662

Tints of Salt Box #695662

Color information

#695662 (or 0x695662) is unknown color: approx Salt Box. HEX triplet: 69, 56 and 62. RGB value is (105,86,98). Sum of RGB (Red+Green+Blue) = 105+86+98=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695662 is #96A99D. Grayscale: #5D5D5D. Windows color (decimal): -9873822 or 6444649. OLE color: 6444649.

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

Color convert

RGB1058698-
CMYK00.180.070.59
HSL322.11º9.95%37.45%-
HSV(B)322.11º18.1%41.18%-
XYZ11.3610.5412.99-
YUV93.05130.79136.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=36.33%
G=29.76%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105869800.180.070.59322.119.9537.45
Hex69566201273B142a25
Octal1511261420227735021245
Binary1101001101011011000100100101111110111010000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695662; }

 p { color: rgb(105,86,98); }

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

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

 a { background-color: rgb(105,86,98); }

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

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

 span { border-color: rgb(105,86,98); }

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